Merge branch 'main'
of git.kleiax.de:kleiax/Projektarbeit-Rover
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user