bugFix testModeMenu implement duration print
This commit is contained in:
@@ -34,6 +34,7 @@ class MenuTestMode : public MenuDriveMode {
|
||||
void update() override;
|
||||
|
||||
TestMode* getTestMode() const { return this->testMode; }
|
||||
void maneuverStarted() { this->maneuverInAction = true; }
|
||||
|
||||
private:
|
||||
void init();
|
||||
|
||||
Reference in New Issue
Block a user