- Fixes a bug where awtrix crashs on a buttonpress when HA discovery is disabled
This commit is contained in:
Stephan Mühl
2023-03-30 14:12:02 +02:00
parent 7bb1e5d0ee
commit 27adf23249
2 changed files with 7 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ IPAddress gateway;
IPAddress subnet;
IPAddress primaryDNS;
IPAddress secondaryDNS;
const char *VERSION = "0.43";
const char *VERSION = "0.44";
String MQTT_HOST = "";
uint16_t MQTT_PORT = 1883;
String MQTT_USER;