add second boudns (#1469)
This commit is contained in:
parent
77b8838d42
commit
12a8d889ab
|
@ -1096,7 +1096,10 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\
|
||||||
|
|
||||||
uint32_t auxSerialSpeed;;"BPs", 1, 0, 0,1000000, 0
|
uint32_t auxSerialSpeed;;"BPs", 1, 0, 0,1000000, 0
|
||||||
|
|
||||||
uint32_t[8] unused_former_warmup_target_afr;
|
float throttlePedalSecondaryUpVoltage;;"voltage", 1, 0, -6, 6, 2
|
||||||
|
float throttlePedalSecondaryWOTVoltage;+Pedal in the floor;"voltage", 1, 0, -6, 6, 2
|
||||||
|
|
||||||
|
uint32_t[6] unused_former_warmup_target_afr;
|
||||||
|
|
||||||
float boostCutPressure;kPa value at which we need to cut fuel and spark, 0 if not enabled;"kPa", 1, 0, 0, 500, 0
|
float boostCutPressure;kPa value at which we need to cut fuel and spark, 0 if not enabled;"kPa", 1, 0, 0, 500, 0
|
||||||
|
|
||||||
|
|
|
@ -1828,6 +1828,8 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
||||||
field = "Up voltage", throttlePedalUpVoltage
|
field = "Up voltage", throttlePedalUpVoltage
|
||||||
field = "Down (WOT) voltage", throttlePedalWOTVoltage
|
field = "Down (WOT) voltage", throttlePedalWOTVoltage
|
||||||
field = "Accelerator position 2nd sensor", throttlePedalPositionSecondAdcChannel
|
field = "Accelerator position 2nd sensor", throttlePedalPositionSecondAdcChannel
|
||||||
|
field = "Up voltage" throttlePedalSecondaryUpVoltage
|
||||||
|
field = "Down (WOT) voltage", throttlePedalSecondaryWOTVoltage
|
||||||
|
|
||||||
dialog = pedalGauges
|
dialog = pedalGauges
|
||||||
gauge = pedalPositionGauge
|
gauge = pedalPositionGauge
|
||||||
|
|
Loading…
Reference in New Issue