only: BOARD_INDICATORS_FROM_FILE
This commit is contained in:
parent
46f64d567b
commit
2826dd3b4a
|
@ -19,6 +19,7 @@ set_board_file BOARD_OPTIONS_FILE "${BOARD_DIR}/board_options.ini"
|
|||
set_board_file BOARD_MENU_FILE "${BOARD_DIR}/board_menu.ini"
|
||||
set_board_file BOARD_TABLES_FILE "${BOARD_DIR}/board_tables.ini"
|
||||
set_board_file BOARD_PANELS_FILE "${BOARD_DIR}/board_panels.ini"
|
||||
set_board_file BOARD_INDICATORS_FILE "${BOARD_DIR}/board_indicators.ini"
|
||||
|
||||
COMMON_GEN_CONFIG="
|
||||
-readfile OUTPUTS_SECTION_FROM_FILE console/binary/generated/output_channels.ini \
|
||||
|
@ -31,6 +32,7 @@ COMMON_GEN_CONFIG="
|
|||
-readfile BOARD_MENU_FROM_FILE ${BOARD_MENU_FILE} \
|
||||
-readfile BOARD_TABLES_FROM_FILE ${BOARD_TABLES_FILE} \
|
||||
-readfile BOARD_PANELS_FROM_FILE ${BOARD_PANELS_FILE} \
|
||||
-readfile BOARD_INDICATORS_FROM_FILE ${BOARD_INDICATORS_FILE} \
|
||||
-ts_destination tunerstudio \
|
||||
-triggerInputFolder ../unit_tests \
|
||||
-with_c_defines false \
|
||||
|
|
|
@ -1781,6 +1781,7 @@ gaugeCategory = GPPWM Outputs
|
|||
; indicator = { isIgnitionEnabled && sparkCutReason == 0 }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, white, black, white, black
|
||||
|
||||
indicatorTemplate = {isShifting}, "In Gear", "Shifting", white, black, green, black@@if_ts_show_tcu
|
||||
@@BOARD_INDICATORS_FROM_FILE@@
|
||||
|
||||
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
|
||||
|
||||
|
|
Loading…
Reference in New Issue