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
+1 -1
View File
@@ -14,7 +14,7 @@
#include <menuIntInput.h>
class MenuSpeed : MenuIntInput {
class MenuSpeed : public MenuIntInput {
};