v1.12.0 #269

Merged
muellerr merged 493 commits from develop into main 2022-07-04 11:19:05 +02:00
Showing only changes of commit 5380ed216b - Show all commits

View File

@ -141,7 +141,7 @@ void PlocSupervisorHandler::doStartUp() {
switch (startupState) {
case StartupState::OFF: {
bootTimeout.resetTimer();
startupState = StartupState::ON;
startupState = StartupState::BOOTING;
break;
}
case StartupState::BOOTING: {