PLOC Handler Update #234

Merged
muellerr merged 98 commits from meier/plocSupv into develop 2022-05-08 12:32:48 +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: {