GDI Epic #1448
This commit is contained in:
parent
307c3fece1
commit
c01c43aab5
|
@ -1203,7 +1203,8 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\
|
|||
custom injector_pressure_type_e 1 bits, U08, @OFFSET@, [0:0], "Low", "High"
|
||||
injector_pressure_type_e injectorPressureType;+Select which fuel pressure sensor measures the pressure of the fuel at your injectors.
|
||||
|
||||
uint8_t[2] unused_former_warmup_target_afr;;"units", 1, 0, -20, 100, 0
|
||||
brain_pin_e hpfpValvePin;
|
||||
pin_output_mode_e hpfpValvePinMode;
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -2003,6 +2003,8 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
|||
field = flag0, mc33816_flag0
|
||||
field = mc33816_driven, mc33816_driven
|
||||
field = mc33816spiDevice, mc33816spiDevice
|
||||
field = hpfpValcePin, hpfpValvePin
|
||||
field = hpfpValcePinMode, hpfpValvePinMode
|
||||
|
||||
dialog = allPins1_1
|
||||
field = "trigger stimulator pin #1", triggerSimulatorPins1
|
||||
|
|
Loading…
Reference in New Issue