integrated menuInformationsSites to
driveMenu items
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user