mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-06 04:31:37 +02:00
0.8.56
* potential fix of update problems and random reboots #1359 #1354
This commit is contained in:
parent
6c4e6f9d90
commit
f4a82242df
3 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
# Development Changes
|
# Development Changes
|
||||||
|
|
||||||
|
## 0.8.56 - 2024-01-15
|
||||||
|
* potential fix of update problems and random reboots #1359 #1354
|
||||||
|
|
||||||
## 0.8.55 - 2024-01-14
|
## 0.8.55 - 2024-01-14
|
||||||
* merge PR: fix reboot problem with deactivated power graph #1360
|
* merge PR: fix reboot problem with deactivated power graph #1360
|
||||||
* changed scope of variables and member functions inside display classes
|
* changed scope of variables and member functions inside display classes
|
||||||
|
|
|
@ -132,6 +132,7 @@ void app::loop(void) {
|
||||||
if (mMqttEnabled && mNetworkConnected)
|
if (mMqttEnabled && mNetworkConnected)
|
||||||
mMqtt.loop();
|
mMqtt.loop();
|
||||||
#endif
|
#endif
|
||||||
|
yield();
|
||||||
}
|
}
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
//-------------------------------------
|
//-------------------------------------
|
||||||
#define VERSION_MAJOR 0
|
#define VERSION_MAJOR 0
|
||||||
#define VERSION_MINOR 8
|
#define VERSION_MINOR 8
|
||||||
#define VERSION_PATCH 55
|
#define VERSION_PATCH 56
|
||||||
|
|
||||||
//-------------------------------------
|
//-------------------------------------
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue