add `A/C Pressure Enable Hysteresis` setting #6804
This commit is contained in:
parent
62eaa151cc
commit
0211e671f9
|
@ -1589,7 +1589,7 @@ uint8_t alsEtbPosition;;"", 1, 0, 0, 20000, 0
|
||||||
int ALSIdleAdd;;"%", 1, 0, 0, 100, 2
|
int ALSIdleAdd;;"%", 1, 0, 0, 100, 2
|
||||||
int ALSEtbAdd;;"%", 1, 0, 0, 100, 2
|
int ALSEtbAdd;;"%", 1, 0, 0, 100, 2
|
||||||
float ALSSkipRatio;;"", 1, 0, 0, 1, 1
|
float ALSSkipRatio;;"", 1, 0, 0, 1, 1
|
||||||
uint8_t unusedSorry11
|
uint8_t autoscale acPressureEnableHyst;Hysterisis: if Pressure High Disable is 240kpa, and acPressureEnableHyst is 20, when the ECU sees 240kpa, A/C will be disabled, and stay disabled until 240-20=220kpa is reached;"kPa (absolute)", 0.5, 0, 0, 125, 1
|
||||||
pin_input_mode_e ALSActivatePinMode;
|
pin_input_mode_e ALSActivatePinMode;
|
||||||
|
|
||||||
uint8_t autoscale tpsSecondaryMaximum;For Ford TPS, use 53%. For Toyota ETCS-i, use ~65%;"%", 0.5, 0, 0, 100, 1
|
uint8_t autoscale tpsSecondaryMaximum;For Ford TPS, use 53%. For Toyota ETCS-i, use ~65%;"%", 0.5, 0, 0, 100, 1
|
||||||
|
|
|
@ -3817,6 +3817,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
||||||
field = "RPM low threshold", acLowRpmLimit
|
field = "RPM low threshold", acLowRpmLimit
|
||||||
field = "Pressure Low disable", minAcPressure
|
field = "Pressure Low disable", minAcPressure
|
||||||
field = "Pressure High disable", maxAcPressure
|
field = "Pressure High disable", maxAcPressure
|
||||||
|
field = "A/C Pressure Enable Hysteresis", acPressureEnableHyst
|
||||||
|
|
||||||
dialog = acSettings, "", border
|
dialog = acSettings, "", border
|
||||||
panel = acSettingsWest, West
|
panel = acSettingsWest, West
|
||||||
|
|
Loading…
Reference in New Issue