increase version

This commit is contained in:
Stephan Mühl
2023-04-10 18:29:12 +02:00
parent 6866d4d3f2
commit 34118ab6e6

View File

@@ -156,7 +156,7 @@ IPAddress gateway;
IPAddress subnet;
IPAddress primaryDNS;
IPAddress secondaryDNS;
const char *VERSION = "0.48";
const char *VERSION = "0.49";
String MQTT_HOST = "";
uint16_t MQTT_PORT = 1883;
String MQTT_USER;