From 4a22b7733580cb670b57720e588615bc3d657116 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 11 Apr 2020 01:52:16 -0400 Subject: [PATCH] making magic constants a bit less fragile --- firmware/tunerstudio/rusefi.input | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index 7f786f37ca..a3c7cb6602 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -1569,7 +1569,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00" field = "VVT display inverted", vvtDisplayInverted field = "print verbose sync details to console",verboseTriggerSynchDetails field = "Do not print messages in case of sync error", silentTriggerError - field = "Enable noise filtering", useNoiselessTriggerDecoder, {trigger_type == @@TRIGGER_TYPE_60_2@@ || trigger_type == 9} + field = "Enable noise filtering", useNoiselessTriggerDecoder, {trigger_type == @@TRIGGER_TYPE_60_2@@ || trigger_type == @@TRIGGER_TYPE_36_1@@} dialog = triggerConfiguration panel = triggerConfiguration_settings, North panel = triggerConfiguration_IO, South