Merge branch 'master' into master-merge

This commit is contained in:
Blaz Kristan
2022-03-19 21:05:28 +01:00
8 changed files with 32 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ void WLED::reset()
yield(); // enough time to send response to client
}
applyBri();
DEBUG_PRINTLN(F("MODULE RESET"));
DEBUG_PRINTLN(F("WLED RESET"));
ESP.restart();
}
@@ -71,7 +71,8 @@ void WLED::loop()
yield();
if (doReboot) reset();
if (doReboot && !doInitBusses) // if busses have to be inited & saved, wait until next iteration
reset();
if (doCloseFile) {
closeFile();