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