Skip to content

Commit

Permalink
v0.88
Browse files Browse the repository at this point in the history
- Fixes possible deadlock when changing an icon in customApp.
- Fixes a bug were uppcase was not saved in /settings API.
  • Loading branch information
Blueforcer committed Sep 19, 2023
1 parent d14f912 commit 70e66f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Globals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ IPAddress gateway;
IPAddress subnet;
IPAddress primaryDNS;
IPAddress secondaryDNS;
const char *VERSION = "0.87";
const char *VERSION = "0.88";

String MQTT_HOST = "";
uint16_t MQTT_PORT = 1883;
Expand Down

0 comments on commit 70e66f2

Please sign in to comment.