partial rollback - would it resolve issues?
This commit is contained in:
parent
6f162db2c7
commit
4b51aa738f
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue