GDI Epic #1448
This commit is contained in:
parent
bbe60cf8a6
commit
4f74a5fc73
|
@ -1195,7 +1195,8 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\
|
||||||
pin_output_mode_e starterControlPinMode;
|
pin_output_mode_e starterControlPinMode;
|
||||||
adc_channel_e wastegatePositionSensor;
|
adc_channel_e wastegatePositionSensor;
|
||||||
afr_override_e ignOverrideMode;+Override the Y axis (load) value used for the ignition table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this.
|
afr_override_e ignOverrideMode;+Override the Y axis (load) value used for the ignition table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this.
|
||||||
uint8_t[3] unused_former_warmup_target_afr;;"units", 1, 0, -20, 100, 0
|
uint8_t[2] unused_former_warmup_target_afr;;"units", 1, 0, -20, 100, 0
|
||||||
|
adc_channel_e low_fuel_pressure_sensor;
|
||||||
|
|
||||||
float boostCutPressure;+MAP value above which fuel is cut in case of overboost.\n0 to disable overboost cut.;"kPa (absolute)", 1, 0, 0, 500, 0
|
float boostCutPressure;+MAP value above which fuel is cut in case of overboost.\n0 to disable overboost cut.;"kPa (absolute)", 1, 0, 0, 500, 0
|
||||||
|
|
||||||
|
|
|
@ -1989,6 +1989,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
||||||
field = "trigger stimulator pin #2", triggerSimulatorPins3
|
field = "trigger stimulator pin #2", triggerSimulatorPins3
|
||||||
field = high_fuel_pressure_sensor_1, high_fuel_pressure_sensor_1
|
field = high_fuel_pressure_sensor_1, high_fuel_pressure_sensor_1
|
||||||
field = high_fuel_pressure_sensor_2, high_fuel_pressure_sensor_2
|
field = high_fuel_pressure_sensor_2, high_fuel_pressure_sensor_2
|
||||||
|
field = low_fuel_pressure_sensor, low_fuel_pressure_sensor
|
||||||
field = "Warning Led", warningLedPin
|
field = "Warning Led", warningLedPin
|
||||||
field = "tle6240_cs", tle6240_cs
|
field = "tle6240_cs", tle6240_cs
|
||||||
field = "tle6240 SPI", tle6240spiDevice
|
field = "tle6240 SPI", tle6240spiDevice
|
||||||
|
|
Loading…
Reference in New Issue