* potential fix of update problems and random reboots #1359 #1354
@ -1,5 +1,8 @@
# Development Changes
## 0.8.56 - 2024-01-15
## 0.8.55 - 2024-01-14
* merge PR: fix reboot problem with deactivated power graph #1360
* changed scope of variables and member functions inside display classes
@ -132,6 +132,7 @@ void app::loop(void) {
if (mMqttEnabled && mNetworkConnected)
mMqtt.loop();
#endif
yield();
}
//-----------------------------------------------------------------------------
@ -13,7 +13,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 8
#define VERSION_PATCH 55
#define VERSION_PATCH 56
typedef struct {