making magic constants a bit less fragile
This commit is contained in:
parent
b51da343d1
commit
4a22b77335
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue