Extra Idle Air if Throttle is Pressed behavior #3940

This commit is contained in:
rusefillc 2022-08-18 21:10:19 -04:00
parent d418a7f288
commit 00e3cabf23
2 changed files with 3 additions and 4 deletions

View File

@ -33,8 +33,7 @@ bit isVerboseIAC
int targetRpmByClt;idle: target by CLT
int targetRpmAcBump;idle: A/C bump
int airTaperRpmRange;RPM range above upper limit for extra air taper
percent_t airByRpmTaper;Extra air taper amount
percent_t iacByTpsTaper;idle: iacByTpsTaper portion of idle
! end of idle_state_s structure definition
end_struct

View File

@ -592,7 +592,7 @@ end_struct
trigger_config_s trigger;
int unused460
percent_t airByRpmTaper;Extra air taper amount
custom spi_device_e 1 bits, U08, @OFFSET@, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
spi_device_e hip9011SpiDevice;
@ -1115,7 +1115,7 @@ custom pin_mode_e 1 bits, U08, @OFFSET@, [0:6], @@pin_mode_e_enum@@
pid_s alternatorControl;
pid_s etb;
Gpio[TRIGGER_INPUT_PIN_COUNT iterate] triggerInputDebugPins;
uint16_t unused1452
int16_t airTaperRpmRange;RPM range above upper limit for extra air taper", 1, 0, 0, 1500, 0
brain_input_pin_e turboSpeedSensorInputPin;
int16_t tps2Min;Closed throttle#2. todo: extract these two fields into a structure\nSee also tps2_1AdcChannel\nset tps2_min X;"ADC", 1, 0, 0, 1023, 0
int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\nSee also tps1_1AdcChannel\nset tps2_max X;"ADC", 1, 0, 0, 1023, 0