diff --git a/src/Globals.cpp b/src/Globals.cpp index 8bed3de8..d6712f9b 100644 --- a/src/Globals.cpp +++ b/src/Globals.cpp @@ -291,7 +291,7 @@ IPAddress gateway; IPAddress subnet; IPAddress primaryDNS; IPAddress secondaryDNS; -const char *VERSION = "0.82"; +const char *VERSION = "0.83"; String MQTT_HOST = ""; uint16_t MQTT_PORT = 1883; @@ -395,4 +395,4 @@ uint8_t MAX_BRIGHTNESS = 180; double movementFactor = 0.5; int8_t TRANS_EFFECT = 1; String AUTH_USER = ""; -String AUTH_PASS = "awtrix"; \ No newline at end of file +String AUTH_PASS = "awtrix";