Require Foot On Brake To Crank

This commit is contained in:
rusefillc 2023-11-26 22:59:14 -05:00
parent 2c4d955fa3
commit 862552b91c
2 changed files with 3 additions and 2 deletions

View File

@ -736,7 +736,7 @@ bit is_enabled_spi_2
bit rusefiVerbose29b,"29 bit","11 bit";Use 11 bit (standard) or 29 bit (extended) IDs for rusEFI verbose CAN format.
bit rethrowHardFault
bit isHip9011Enabled
bit unused644b5
bit requireFootOnBrakeToCrank
bit verboseQuad
bit useStepperIdle;This setting should only be used if you have a stepper motor idle valve and a stepper motor driver installed.

View File

@ -3552,11 +3552,12 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
commandButton = "Test Starter Disable", cmd_test_starter_disable_relay
dialog = startStopDialog, "Starter Control"
field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank
field = "Start/Stop Button input", startStopButtonPin
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}
field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0}
commandButton = "Test Starter Relay", cmd_test_starter_relay
; Engine->MIL Settings