Skip to content

Commit 6629f96

Browse files
committed
config: TPS and PPS limits may be changed by ECU during calibration
...while offline. Silently take ECU's values.
1 parent 58dbcb5 commit 6629f96

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

firmware/integration/rusefi_config.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ bit useIdleAdvanceWhileCoasting,"yes","no"
601601

602602
! note: 0.00489 mult is correct for "faking" 10 bit ADC with 5V Vref - NOPE!
603603
! note: see TPS_TS_CONVERSION, this is TS related legacy stuff that should be removed someday. 1000 units for 0..5V range
604-
custom tps_limit_t 2 scalar, S16, @OFFSET@, "V", @@PACK_MULT_RAW_VOLTAGE@@, 0, 0, 5, 2
604+
custom tps_limit_t 2 scalar, S16, @OFFSET@, "V", @@PACK_MULT_RAW_VOLTAGE@@, 0, 0, 5, 2, controllerPriority
605605
tps_limit_t tpsMin;Closed voltage for primary throttle position sensor
606606
tps_limit_t tpsMax;Fully opened voltage for primary throttle position sensor
607607

@@ -1273,8 +1273,8 @@ tps_limit_t tps2Max;Fully opened voltage for primary throttle position sensor
12731273
switch_input_pin_e tcuUpshiftButtonPin
12741274
switch_input_pin_e tcuDownshiftButtonPin
12751275

1276-
float throttlePedalUpVoltage;;"volts", 1, 0, -6, 6, 2
1277-
float throttlePedalWOTVoltage;Pedal in the floor;"volts", 1, 0, -6, 6, 2
1276+
float throttlePedalUpVoltage;;"volts", 1, 0, -6, 6, 2, controllerPriority
1277+
float throttlePedalWOTVoltage;Pedal in the floor;"volts", 1, 0, -6, 6, 2, controllerPriority
12781278

12791279
int16_t startUpFuelPumpDuration;on IGN voltage detection turn fuel pump on to build fuel pressure;"seconds", 1, 0, 0, 6000, 0
12801280
uint16_t mafFilterParameter;larger value = larger intake manifold volume;"", 1, 0, 0, 10000, 0
@@ -1334,8 +1334,8 @@ tps_limit_t tps2Max;Fully opened voltage for primary throttle position sensor
13341334
uint32_t uartConsoleSerialSpeed;Band rate for primary TTL;"BPs", 1, 0, 0, 1000000, 0
13351335

13361336

1337-
float throttlePedalSecondaryUpVoltage;;"volts", 1, 0, -6, 6, 2
1338-
float throttlePedalSecondaryWOTVoltage;Pedal in the floor;"volts", 1, 0, -6, 6, 2
1337+
float throttlePedalSecondaryUpVoltage;;"volts", 1, 0, -6, 6, 2, controllerPriority
1338+
float throttlePedalSecondaryWOTVoltage;Pedal in the floor;"volts", 1, 0, -6, 6, 2, controllerPriority
13391339

13401340
#define can_baudrate_e_enum "33.33kbps", "50kbps", "83.33kbps", "100kbps", "125kbps", "250kbps", "500kbps", "666kbps", "1Mbps"
13411341
custom can_baudrate_e 1 bits, U08, @OFFSET@, [0:3], @@can_baudrate_e_enum@@

0 commit comments

Comments
 (0)