bugFix testModeMenu implement duration print

This commit is contained in:
2023-01-18 10:32:49 +01:00
parent fef40ab4b4
commit 801a474b49
6 changed files with 109 additions and 55 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ void DriveManager::changeModus(Modi modus) {
break;
case Modi::TestMode: {
this->currentModusPtr = new TestMode(this->moveControl);
this->currentModusPtr = new TestMode(this->moveControl, this->navigation);
}
break;