fix? battery messurement

This commit is contained in:
Stephan Mühl
2023-03-22 22:27:31 +01:00
parent 20db9aeb21
commit de1345c305

View File

@@ -30,7 +30,7 @@ IPAddress gateway;
IPAddress subnet;
IPAddress primaryDNS;
IPAddress secondaryDNS;
const char *VERSION = "0.32";
const char *VERSION = "0.33";
String MQTT_HOST = "";
uint16_t MQTT_PORT = 1883;
String MQTT_USER;