added more functions for capture route

This commit is contained in:
2022-02-01 18:26:57 +01:00
parent 44be2b2b77
commit 894f3439bd
12 changed files with 59 additions and 15 deletions
+1
View File
@@ -26,6 +26,7 @@ class MenuDriveMode : public MenuControl {
void yes(){}
virtual void printMenu() = 0;
void update(){}
protected:
DriveManager* driveManager;