Update all Menus to new Print function
This commit is contained in:
@@ -11,14 +11,5 @@
|
||||
#include "menuManualDrive.h"
|
||||
|
||||
void MenuManualControl::printMenu() {
|
||||
this->driveManager->changeModus(Modi::ManualControl);
|
||||
if (this->lcd) {
|
||||
this->lcd->clear();
|
||||
this->lcd->setCursor(0, 0);
|
||||
this->lcd->print("Jetzt kannst");
|
||||
this->lcd->setCursor(0, 1);
|
||||
this->lcd->print("du fahren. :-)");
|
||||
|
||||
}
|
||||
std::cout << "Jetzt kannst du\n fahren. :-)" << std::endl;
|
||||
this->print("Now you can", "drive. :)");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user