VVT minimum RPM #4545
This commit is contained in:
parent
7a46e81581
commit
b756eba99b
|
@ -1336,8 +1336,9 @@ custom stepper_num_micro_steps_e 1 bits, U08, @OFFSET@, [0:3], @@stepper_num_mic
|
|||
Gpio mc33816_cs;
|
||||
|
||||
float auxFrequencyFilter
|
||||
int16_t vvtControlMinRpm;"RPM", 1, 0, 0, 3000, 0
|
||||
|
||||
Gpio[6 iterate] sorryUnused
|
||||
Gpio[5 iterate] sorryUnused
|
||||
|
||||
int16_t coastingFuelCutRpmHigh;This sets the RPM above which fuel cut is active.;"rpm", 1, 0, 0, 5000, 0
|
||||
int16_t coastingFuelCutRpmLow;This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle;"rpm", 1, 0, 0, 5000, 0
|
||||
|
|
|
@ -3223,6 +3223,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
|
||||
dialog = vvtPidDialog0, "Configuration"
|
||||
field = "Activation Delay", vvtActivationDelayMs
|
||||
field = "Do not control below RPM", vvtControlMinRpm
|
||||
field = "VVT solenoid bank 1 intake", vvtPins1
|
||||
field = "VVT solenoid bank 1 exhaust", vvtPins2
|
||||
field = "VVT solenoid bank 2 intake", vvtPins3
|
||||
|
|
Loading…
Reference in New Issue