This commit is contained in:
2022-10-10 16:02:17 +02:00
parent f0fec11ad7
commit 82e9c6d092
2 changed files with 4 additions and 2 deletions

View File

@@ -65,8 +65,11 @@ void AcsController::performControlOperation() {
}
}
// DEBUG : REMOVE AFTER COMPLETION
mode = MODE_ON;
submode = SUBMODE_DETUMBLE;
// DEBUG END
}
void AcsController::performSafe() {}