From eb2a5a78f471dd6553bce79e1cf04b1977c89600 Mon Sep 17 00:00:00 2001 From: EtlamGit Date: Sat, 21 Jan 2023 17:52:03 +0100 Subject: [PATCH] update version --- src/main.cpp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 868fddf..3f1ce7e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -15,6 +15,16 @@ The ESP firmware update can be done via "Over-The-Air". History + Ver. 0.95 (20230121) + - Fixed: WiFi automatic reconnect after WiFi loss + - Fixed: prevent watchdog reboot during long running MQTT update + - Fixed: compiler warnings + + Ver. 0.94 (20221225) + - Changed structure for auto-compiling different boards + - Fixed: missing react-website compile by auto-compile + - removed obsolete binary folder + Ver. 0.92 (20211014) - Bugfix: Interrupt Routinen bei MQTT Übertragung unterbrochen - Bugfix: Interrupt Routinen beim Speichern mit littleFS unterbrochen @@ -1021,7 +1031,7 @@ void setup() { Serial.print("IP-address : "); Serial.println(ip); - String VERSION = F("v.0.94"); + String VERSION = F("v.0.95"); int str_len = VERSION.length() + 1; VERSION.toCharArray(dash.data.Version,str_len);