Merge branch 'main'

of git.kleiax.de:kleiax/Projektarbeit-Rover
This commit is contained in:
2023-05-11 10:54:00 +02:00
8 changed files with 64 additions and 33 deletions
+3 -1
View File
@@ -19,8 +19,10 @@ void MenuDriveMode::left() {
this->firstPrint = true;
this->configureOnLeave();
this->driveManager->changeModus(Modi::Off);
if (parentMenu)
if (parentMenu) {
this->parentMenu->printMenu();
this->leaved = true;
}
}
void MenuDriveMode::no() {