partial rollback - would it resolve issues?

This commit is contained in:
rusefi 2017-07-05 21:23:54 -04:00
parent 6f162db2c7
commit 4b51aa738f
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ void setTriggerEmulatorRPM(int rpm DECLARE_ENGINE_PARAMETER_SUFFIX) {
}
static void updateTriggerShapeIfNeeded(PwmConfig *state) {
if (checkIfTriggerConfigChanged()) {
if (emulatorConfigVersion.isOld()) {
scheduleMsg(logger, "Stimulator: updating trigger shape: %d/%d %d", emulatorConfigVersion.getVersion(),
getGlobalConfigurationVersion(), currentTimeMillis());