PLOC Handler Update #234

Merged
muellerr merged 98 commits from meier/plocSupv into develop 2022-05-08 12:32:48 +02:00
129 changed files with 4838 additions and 6144 deletions
Showing only changes of commit 5380ed216b - Show all commits

View File

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