start button progress #5578

only:proteus_f7
This commit is contained in:
Andrey 2023-09-22 12:14:59 -04:00
parent 7645bfe0e7
commit ace6b75aa9
2 changed files with 2 additions and 1 deletions

View File

@ -398,7 +398,7 @@ end_struct
custom engine_type_e 2 bits, U16, @OFFSET@, [0:6], @@engine_type_e_auto_enum@@
engine_type_e engineType;http://rusefi.com/wiki/index.php?title=Manual:Engine_Type\nset engine_type X
uint16_t unusedEnType
uint16_t startButtonSuppressOnStartUpMs
uint16_t sensorSnifferRpmThreshold;Disable sensor sniffer above this rpm;"RPM", 1, 0, 0, 10000, 0
uint16_t launchRpm;A secondary Rev limit engaged by the driver to help launch the vehicle faster;"rpm", 1, 0, 0, 20000, 0

View File

@ -3532,6 +3532,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
field = "Start/Stop Button input mode", startStopButtonMode
field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0}
field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0}
field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0}
commandButton = "Test Starter Relay", cmd_test_starter_relay
; Engine->MIL Settings