WIP: PL PCDU #142

Closed
muellerr wants to merge 118 commits from mueller/plpcdu-sus-updates into develop
74 changed files with 4552 additions and 4809 deletions
Showing only changes of commit db57a52bf6 - Show all commits

View File

@ -28,7 +28,7 @@ void SusHandler::doStartUp() {
if (comState == ComStates::WRITE_SETUP) { if (comState == ComStates::WRITE_SETUP) {
if (commandExecuted) { if (commandExecuted) {
if (goToNormalModeImmediately) { if (goToNormalModeImmediately) {
setMode(_MODE_TO_NORMAL); setMode(MODE_NORMAL);
} else { } else {
setMode(_MODE_TO_ON); setMode(_MODE_TO_ON);
} }