try to make menus accessable from driveMode
This commit is contained in:
@@ -114,7 +114,7 @@ void MenuCaptureRoute::update() {
|
||||
this->printMenu();
|
||||
}
|
||||
|
||||
void MenuCaptureRoute::runCommand() const {
|
||||
void MenuCaptureRoute::runCommand() {
|
||||
switch (this->getCurrentPage())
|
||||
{
|
||||
case 7:
|
||||
@@ -134,5 +134,5 @@ void MenuCaptureRoute::init() {
|
||||
this->updateDelay = 500;
|
||||
this->captureRoute = new CaptureRoute();
|
||||
this->driveManager->changeModus(this->captureRoute);
|
||||
|
||||
MenuDriveMode::init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user