syrlinks: go to normal mode immdaitely
This commit is contained in:
parent
744f689556
commit
915f66f248
@ -30,7 +30,8 @@ void SyrlinksHandler::doStartUp() {
|
||||
}
|
||||
if(internalState == InternalState::ENABLE_TEMPERATURE_PROTECTION) {
|
||||
if(commandExecuted) {
|
||||
setMode(_MODE_TO_ON);
|
||||
// Got to normal mode immediately.
|
||||
setMode(_MODE_TO_NORMAL);
|
||||
internalState = InternalState::IDLE;
|
||||
commandExecuted = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user