some fixes
This commit is contained in:
@@ -11,5 +11,13 @@
|
||||
#include "menuManualDrive.h"
|
||||
|
||||
void MenuManualControl::printMenu() {
|
||||
if (this->firstPrint)
|
||||
this->init();
|
||||
|
||||
this->print("Now you can", "drive. :)");
|
||||
}
|
||||
|
||||
void MenuManualControl::init() {
|
||||
this->firstPrint = false;
|
||||
this->driveManager->changeModus(Modi::ManualControl);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user