customTotalToothCount has to be positive and realistic

This commit is contained in:
rusefillc 2022-09-05 19:24:52 -04:00
parent fc41792afd
commit 17f2a8e638
1 changed files with 2 additions and 2 deletions

View File

@ -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;