try to make menus accessable from driveMode

This commit is contained in:
2023-09-27 15:32:30 +02:00
parent 38e7db7dee
commit d7357d4f95
13 changed files with 128 additions and 47 deletions
@@ -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();
}