Update all Menus to new Print function

This commit is contained in:
2023-01-04 10:35:49 +01:00
parent 04109d82e6
commit 1147cb4eb6
7 changed files with 22 additions and 69 deletions
@@ -36,11 +36,6 @@ class MenuDriveMode : public MenuControl {
virtual void printMenu() = 0;
/**
* @brief can be called to update shown data
*/
void update(){}
protected:
DriveManager* driveManager;
bool firstPrint = true;