bugFix testModeMenu implement duration print
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user