customTotalToothCount has to be positive and realistic
This commit is contained in:
parent
fc41792afd
commit
17f2a8e638
|
@ -586,8 +586,8 @@ struct trigger_config_s @brief Trigger wheel(s) configuration
|
|||
|
||||
custom trigger_type_e 4 bits, U32, @OFFSET@, [0:6], @@trigger_type_e_enum@@
|
||||
trigger_type_e type;+https://github.com/rusefi/rusefi/wiki/All-Supported-Triggers\nset trigger_type X
|
||||
int customTotalToothCount;;"number", 1, 0, 0, 500, 0
|
||||
int customSkippedToothCount;;"number", 1, 0, 0, 500, 0
|
||||
int customTotalToothCount;;"number", 1, 0, 1, 300, 0
|
||||
int customSkippedToothCount;;"number", 1, 0, 0, 300, 0
|
||||
end_struct
|
||||
|
||||
trigger_config_s trigger;
|
||||
|
|
Loading…
Reference in New Issue