added duplicate console to mqtt
This commit is contained in:
@@ -21,8 +21,8 @@ void MenuCaptureRoute::printMenu() {
|
||||
this->lcd->setCursor(0, 1);
|
||||
this->lcd->print("du fahren. :-)");
|
||||
|
||||
} else
|
||||
std::cout << "Capture du\n fahren. :-)" << std::endl;
|
||||
}
|
||||
std::cout << "Points: " << this->routeInfo.totalPoints << " du fahren. :-)" << std::endl;
|
||||
}
|
||||
|
||||
void MenuCaptureRoute::update() {
|
||||
@@ -37,4 +37,4 @@ void MenuCaptureRoute::init() {
|
||||
this->driveManager->changeModus(Modi::CaptureRoute);
|
||||
this->captureRoute = (CaptureRoute*) this->driveManager->getDriveModiPtr();
|
||||
this->routeInfo = this->captureRoute->getRouteInfo();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user