only:progress?
This commit is contained in:
parent
e7d916d6d0
commit
3f6c6e316e
|
@ -2465,7 +2465,7 @@ end_struct
|
|||
#define ts_show_gdi false
|
||||
#define ts_show_fuel_level_sensor true
|
||||
#define ts_show_popular_vehicles true
|
||||
#define ts_show_reset_calibrations false
|
||||
#define ts_show_reset_calibrations true
|
||||
#define ts_show_air_conditioning true
|
||||
#define ts_show_oil_pressure_sensor true
|
||||
#define ts_show_oil_temp_sensor true
|
||||
|
|
|
@ -1891,7 +1891,7 @@ gaugeCategory = GPPWM Outputs
|
|||
; Line 3
|
||||
; = expression, off-label, on-label, off-bg, off-fg, on-bg, on-fg
|
||||
indicator = { isTps2Error }, "TPS 2 OK", "TPS 2 error", white, black, red, black@@if_ts_show_tps2_error
|
||||
indicator = { isPedalError }, "Pedal OK", "Pedal error", white, black, red, black
|
||||
indicator = { isPedalError }, "Pedal OK", "Pedal error", white, black, red, black@@if_ts_show_etb
|
||||
indicator = { isCltError }, "CLT OK", "CLT error", white, black, red, black
|
||||
indicator = { isIatError }, "IAT OK", "IAT error", white, black, red, black
|
||||
; not implemented
|
||||
|
|
Loading…
Reference in New Issue