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
@@ -42,7 +42,7 @@ class MenuCalibrateCompass : public MenuDriveMode {
protected:
void init() override;
void runCommand() const override;
void runCommand() override;
private:
CalibrateCompassM* caliCompassMode;