diff --git a/src/CHANGES.md b/src/CHANGES.md index db4618d58..d566216a3 100644 --- a/src/CHANGES.md +++ b/src/CHANGES.md @@ -1,5 +1,8 @@ # Development Changes +## 0.8.56 - 2024-01-15 +* potential fix of update problems and random reboots #1359 #1354 + ## 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 diff --git a/src/app.cpp b/src/app.cpp index dd84ec617..6350e9903 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -132,6 +132,7 @@ void app::loop(void) { if (mMqttEnabled && mNetworkConnected) mMqtt.loop(); #endif + yield(); } //----------------------------------------------------------------------------- diff --git a/src/defines.h b/src/defines.h index 975abb582..46c9a2492 100644 --- a/src/defines.h +++ b/src/defines.h @@ -13,7 +13,7 @@ //------------------------------------- #define VERSION_MAJOR 0 #define VERSION_MINOR 8 -#define VERSION_PATCH 55 +#define VERSION_PATCH 56 //------------------------------------- typedef struct {