Syrlinks Update #353

Merged
muellerr merged 24 commits from refactor_syrlinks into develop 2023-01-26 19:18:33 +01:00
Showing only changes of commit 915f66f248 - Show all commits

View File

@ -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;
}