only:progress?

This commit is contained in:
rusefillc 2025-01-13 14:39:56 -05:00
parent e7d916d6d0
commit 3f6c6e316e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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