VVT minimum RPM #4545

This commit is contained in:
rusefillc 2022-09-27 22:15:09 -04:00
parent 76695936a9
commit 28f7d9cfb9
2 changed files with 3 additions and 1 deletions

View File

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

View File

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