- adds new timeformats for a blinking second colon
- awtrix now send stats to [PREFIX]/stats
- fixes a bug where turning on an native app causes a crash.
This commit is contained in:
Stephan Mühl
2023-03-26 21:11:52 +02:00
parent 689cba1c85
commit 5577b03e1c
2 changed files with 1 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ IPAddress gateway;
IPAddress subnet;
IPAddress primaryDNS;
IPAddress secondaryDNS;
const char *VERSION = "0.40";
const char *VERSION = "0.41";
String MQTT_HOST = "";
uint16_t MQTT_PORT = 1883;
String MQTT_USER;