From e83d1d4d55bb83e10f1974cb511d017ea7364d99 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 2 Feb 2018 08:55:40 -0500 Subject: [PATCH] docs --- firmware/controllers/trigger/trigger_emulator_algo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/controllers/trigger/trigger_emulator_algo.cpp b/firmware/controllers/trigger/trigger_emulator_algo.cpp index bfc2462b66..4a63dc66d5 100644 --- a/firmware/controllers/trigger/trigger_emulator_algo.cpp +++ b/firmware/controllers/trigger/trigger_emulator_algo.cpp @@ -120,6 +120,7 @@ static void updateTriggerShapeIfNeeded(PwmConfig *state) { scheduleMsg(logger, "Stimulator: updating trigger shape: %d/%d %d", emulatorConfigVersion.getVersion(), getGlobalConfigurationVersion(), currentTimeMillis()); + // kludge: this line affects not trigger emulation but actual trigger consumption applyNonPersistentConfiguration(logger PASS_ENGINE_PARAMETER_SUFFIX); TriggerShape *s = &engine->triggerCentral.triggerShape;