only:renaming to live_data_fragments.ini reduce confusion
This commit is contained in:
parent
95f0c183d6
commit
f18192dc31
|
@ -34,7 +34,7 @@ set_board_file BOARD_VE_FILE "${BOARD_DIR}/board_ve.ini"
|
||||||
|
|
||||||
COMMON_GEN_CONFIG="
|
COMMON_GEN_CONFIG="
|
||||||
-prepend integration/ts_protocol.txt \
|
-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 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_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 \
|
-readfile LIVE_DATA_PANELS_FROM_FILE ${META_OUTPUT_ROOT_FOLDER}console/binary/generated/fancy_content.ini \
|
||||||
|
|
|
@ -10,7 +10,7 @@ CONFIG_INPUTS = \
|
||||||
$(PROJECT_DIR)/controllers/algo/rusefi_hw_adc_enums.h \
|
$(PROJECT_DIR)/controllers/algo/rusefi_hw_adc_enums.h \
|
||||||
$(PROJECT_DIR)/integration/rusefi_config.txt \
|
$(PROJECT_DIR)/integration/rusefi_config.txt \
|
||||||
$(PROJECT_DIR)/tunerstudio/tunerstudio.template.ini \
|
$(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/data_logs.ini \
|
||||||
$(PROJECT_DIR)/${META_OUTPUT_ROOT_FOLDER}console/binary/generated/fancy_content.ini \
|
$(PROJECT_DIR)/${META_OUTPUT_ROOT_FOLDER}console/binary/generated/fancy_content.ini \
|
||||||
$(PROJECT_DIR)/${META_OUTPUT_ROOT_FOLDER}console/binary/generated/gauges.ini \
|
$(PROJECT_DIR)/${META_OUTPUT_ROOT_FOLDER}console/binary/generated/gauges.ini \
|
||||||
|
|
|
@ -120,7 +120,7 @@ public class LiveDataProcessor {
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getOutputsSectionFileName() {
|
public String getOutputsSectionFileName() {
|
||||||
return getTsOutputsDestination() + "output_channels.ini";
|
return getTsOutputsDestination() + "live_data_fragments.ini";
|
||||||
}
|
}
|
||||||
|
|
||||||
private void end(int sensorTsPosition) throws IOException {
|
private void end(int sensorTsPosition) throws IOException {
|
||||||
|
|
Loading…
Reference in New Issue