Fix logowania meta danych
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "SD.h"
|
||||
#include "SPI.h"
|
||||
|
||||
#define Version "0.5"
|
||||
#define Version "0.6"
|
||||
#define WIRE Wire
|
||||
#define DHTTYPE DHT22
|
||||
#define DHTPIN 4 //GPIO04 D4
|
||||
@@ -828,6 +828,7 @@ void loop() {
|
||||
file.print(" V: ");
|
||||
file.println(formatNumber(currentBatteryVoltage, 2));
|
||||
file.close();
|
||||
delay(850);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user