- fix driveManager quit mode
- change com port - edit todos
This commit is contained in:
@@ -34,9 +34,10 @@ void DriveManager::changeModus(DriveModi* modus) {
|
||||
|
||||
this->currentModusPtr = modus;
|
||||
|
||||
if (this->currentModusPtr)
|
||||
if (this->currentModusPtr) {
|
||||
this->currentModusPtr->activate(this->driveModiParams);
|
||||
this->addChildComponent(this->currentModusPtr);
|
||||
}
|
||||
}
|
||||
|
||||
void DriveManager::init() {
|
||||
|
||||
Reference in New Issue
Block a user