no time command sent during startup of supervisor
This commit is contained in:
@ -147,7 +147,8 @@ void PlocSupervisorHandler::doStartUp() {
|
||||
case StartupState::BOOTING: {
|
||||
if (bootTimeout.hasTimedOut()) {
|
||||
uartIsolatorSwitch.pullHigh();
|
||||
startupState = StartupState::SET_TIME;
|
||||
// startupState = StartupState::SET_TIME;
|
||||
startupState = StartupState::ON;
|
||||
}
|
||||
}
|
||||
case StartupState::SET_TIME_EXECUTING:
|
||||
|
Reference in New Issue
Block a user