integrated menuInformationsSites to

driveMenu items
This commit is contained in:
2023-05-11 08:39:06 +02:00
parent 8e5a47f65b
commit df6a4b5e92
8 changed files with 64 additions and 38 deletions
@@ -35,7 +35,7 @@ class MenuCaptureRoute : public MenuDriveMode {
* Changes the DriveModi to CaptureRoute if it is the first time called
* and save the CaptureRoute object.
*/
void printMenu();
void printPage() const override;
/**
* @brief can be called to update shown data
@@ -43,10 +43,9 @@ class MenuCaptureRoute : public MenuDriveMode {
void update() override;
private:
void init();
void init() override;
CaptureRoute* captureRoute;
RouteInfo routeInfo;
};
#endif // MENU_MANUAL_DRIVE_H