This commit is contained in:
Matthew Kennedy 2020-12-17 22:30:17 -08:00 committed by GitHub
parent 254179dd1e
commit ebc786bc94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -196,6 +196,8 @@ void onConfigurationChangeRpmEmulatorCallback(engine_configuration_s *previousCo
void initTriggerEmulator(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX) {
scheduleMsg(sharedLogger, "Emulating %s", getConfigurationName(engineConfiguration->engineType));
startTriggerEmulatorPins();
initTriggerEmulatorLogic(sharedLogger);
}