fix bug in route add akku menu begin with akkuread
This commit is contained in:
@@ -71,7 +71,6 @@ void MenuAutopilot::printMenu() {
|
||||
|
||||
} else
|
||||
std::cout << buf1 << " " << buf2 << std::endl;
|
||||
|
||||
}
|
||||
|
||||
void MenuAutopilot::update() {
|
||||
@@ -91,4 +90,4 @@ void MenuAutopilot::init() {
|
||||
this->driveManager->changeModus(Modi::Autopilot);
|
||||
this->autopilot = (Autopilot*) this->driveManager->getDriveModiPtr();
|
||||
this->routeInfo = this->autopilot->getRouteInfo();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user