Various Improvements & Fixes #187

Merged
meierj merged 201 commits from mueller/various-improvements-rpi-tweaks into develop 2022-03-26 21:07:07 +01:00
Showing only changes of commit db57a52bf6 - Show all commits

View File

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