Lower max on IAT and CLT gauges for celsius (#958)

* Lower max on IAT and CLT gauges

* CLT, IAT and FuelTemp gauges to max 120c/248f
This commit is contained in:
DeionSi 2022-11-04 02:36:10 +01:00 committed by GitHub
parent 7062f5381d
commit a1d3c59af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -5001,13 +5001,13 @@ cmdVSSratio6 = "E\x99\x06"
MAPdotGauge = MAPdot, "MAP DOT", "kPa/s", 0, 1000, -1, -1, 2560, 2560, 0, 0 MAPdotGauge = MAPdot, "MAP DOT", "kPa/s", 0, 1000, -1, -1, 2560, 2560, 0, 0
#if CELSIUS #if CELSIUS
cltGauge = coolant, "Coolant Temp", "TEMP", -40, 215, -15, 0, 95, 105, 0, 0 cltGauge = coolant, "Coolant Temp", "TEMP", -40, 120, -15, 0, 95, 105, 0, 0
iatGauge = iat, "Inlet Air Temp", "TEMP", -40, 215, -15, 0, 95, 100, 0, 0 iatGauge = iat, "Inlet Air Temp", "TEMP", -40, 120, -15, 0, 95, 100, 0, 0
fuelTempGauge = fuelTemp, "Fuel Temp", "TEMP", -40, 215, -15, 0, 95, 100, 0, 0 fuelTempGauge = fuelTemp, "Fuel Temp", "TEMP", -40, 120, -15, 0, 95, 100, 0, 0
#else #else
cltGauge = coolant, "Coolant Temp", "TEMP", -40, 215, 0, 30, 200, 220, 0, 0 cltGauge = coolant, "Coolant Temp", "TEMP", -40, 248, 0, 30, 200, 220, 0, 0
iatGauge = iat, "Inlet Air Temp", "TEMP", -40, 215, 0, 30, 200, 210, 0, 0 iatGauge = iat, "Inlet Air Temp", "TEMP", -40, 248, 0, 30, 200, 210, 0, 0
fuelTempGauge = fuelTemp, "Fuel Temp", "TEMP", -40, 215, 0, 30, 200, 210, 0, 0 fuelTempGauge = fuelTemp, "Fuel Temp", "TEMP", -40, 248, 0, 30, 200, 210, 0, 0
#endif #endif
flexGauge = flex, "Flex sensor", "%", 0, 100, -1, -1, 999, 999, 0, 0 flexGauge = flex, "Flex sensor", "%", 0, 100, -1, -1, 999, 999, 0, 0