* potential fix of update problems and random reboots #1359 #1354
This commit is contained in:
lumapu 2024-01-15 07:53:41 +01:00
parent 6c4e6f9d90
commit f4a82242df
3 changed files with 5 additions and 1 deletions

View file

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