diff --git a/src/dexed.cpp b/src/dexed.cpp index a582cde..2d82e53 100644 --- a/src/dexed.cpp +++ b/src/dexed.cpp @@ -801,7 +801,7 @@ uint8_t Dexed::getEngineType() { void Dexed::setEngineType(uint8_t tp) { TRACE("settings engine %d", tp); - if(engineType==tp) + if(engineType==tp && controllers.core!=NULL) return; switch (tp) {