only:renaming to live_data_fragments.ini reduce confusion

This commit is contained in:
rusefillc 2025-01-07 18:10:08 -05:00 committed by rusefillc
parent 95f0c183d6
commit f18192dc31
4 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ set_board_file BOARD_VE_FILE "${BOARD_DIR}/board_ve.ini"
COMMON_GEN_CONFIG="
-prepend integration/ts_protocol.txt \
-readfile OUTPUTS_SECTION_FROM_FILE ${META_OUTPUT_ROOT_FOLDER}console/binary/generated/output_channels.ini \
-readfile OUTPUTS_SECTION_FROM_FILE ${META_OUTPUT_ROOT_FOLDER}console/binary/generated/live_data_fragments.ini \
-readfile DATALOG_SECTION_FROM_FILE ${META_OUTPUT_ROOT_FOLDER}console/binary/generated/data_logs.ini \
-readfile LIVE_DATA_MENU_FROM_FILE ${META_OUTPUT_ROOT_FOLDER}console/binary/generated/fancy_menu.ini \
-readfile LIVE_DATA_PANELS_FROM_FILE ${META_OUTPUT_ROOT_FOLDER}console/binary/generated/fancy_content.ini \

View File

@ -10,7 +10,7 @@ CONFIG_INPUTS = \
$(PROJECT_DIR)/controllers/algo/rusefi_hw_adc_enums.h \
$(PROJECT_DIR)/integration/rusefi_config.txt \
$(PROJECT_DIR)/tunerstudio/tunerstudio.template.ini \
$(PROJECT_DIR)/${META_OUTPUT_ROOT_FOLDER}console/binary/generated/output_channels.ini \
$(PROJECT_DIR)/${META_OUTPUT_ROOT_FOLDER}console/binary/generated/live_data_fragments.ini \
$(PROJECT_DIR)/${META_OUTPUT_ROOT_FOLDER}console/binary/generated/data_logs.ini \
$(PROJECT_DIR)/${META_OUTPUT_ROOT_FOLDER}console/binary/generated/fancy_content.ini \
$(PROJECT_DIR)/${META_OUTPUT_ROOT_FOLDER}console/binary/generated/gauges.ini \

View File

@ -120,7 +120,7 @@ public class LiveDataProcessor {
}
public String getOutputsSectionFileName() {
return getTsOutputsDestination() + "output_channels.ini";
return getTsOutputsDestination() + "live_data_fragments.ini";
}
private void end(int sensorTsPosition) throws IOException {