only:reuse ts_show_tps2
This commit is contained in:
parent
50ee98b9d8
commit
0dabdac4a0
|
@ -2198,7 +2198,6 @@ end_struct
|
|||
#define ts_show_vvt_output_pin true
|
||||
#define ts_show_hbridge_function true
|
||||
#define ts_show_aux_sensors true
|
||||
#define ts_show_tps2_error true
|
||||
#define ts_show_clutch_up true
|
||||
#define ts_show_clutch_down true
|
||||
#define ts_show_clutch_up_pin true
|
||||
|
|
|
@ -1890,7 +1890,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 = { isTps2Error }, "TPS 2 OK", "TPS 2 error", white, black, red, black@@if_ts_show_tps2
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue