Skip to content

Commit

Permalink
0.8.56
Browse files Browse the repository at this point in the history
* potential fix of update problems and random reboots #1359 #1354
  • Loading branch information
lumapu committed Jan 15, 2024
1 parent 6c4e6f9 commit f4a8224
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ void app::loop(void) {
if (mMqttEnabled && mNetworkConnected)
mMqtt.loop();
#endif
yield();
}

//-----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 8
#define VERSION_PATCH 55
#define VERSION_PATCH 56

//-------------------------------------
typedef struct {
Expand Down

0 comments on commit f4a8224

Please sign in to comment.