Browse Source

0.8.56

* potential fix of update problems and random reboots #1359 #1354
pull/1364/head
lumapu 1 year ago
parent
commit
f4a82242df
  1. 3
      src/CHANGES.md
  2. 1
      src/app.cpp
  3. 2
      src/defines.h

3
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

1
src/app.cpp

@ -132,6 +132,7 @@ void app::loop(void) {
if (mMqttEnabled && mNetworkConnected)
mMqtt.loop();
#endif
yield();
}
//-----------------------------------------------------------------------------

2
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 {

Loading…
Cancel
Save