From 73f07d6efcacfca7b5ccbd61088cb3e1e4f94d74 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 2 Aug 2020 21:38:32 -0400 Subject: [PATCH] TS SD integration #1653 --- firmware/console/binary/tunerstudio.cpp | 2 ++ firmware/integration/rusefi_config.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/firmware/console/binary/tunerstudio.cpp b/firmware/console/binary/tunerstudio.cpp index 03841e0c8a..05f23131ee 100644 --- a/firmware/console/binary/tunerstudio.cpp +++ b/firmware/console/binary/tunerstudio.cpp @@ -482,6 +482,8 @@ static bool isKnownCommand(char command) { || command == TS_GET_FIRMWARE_VERSION || command == TS_PERF_TRACE_BEGIN || command == TS_PERF_TRACE_GET_BUFFER + || command == TS_SD_R_COMMAND + || command == TS_SD_W_COMMAND || command == TS_GET_CONFIG_ERROR; } diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 61779ff8c0..7a453ced0a 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -1621,7 +1621,7 @@ end_struct #define TS_COMPOSITE_DISABLE 2 // Performance tracing -#define TS_PERF_TRACE_BEGIN 'r' +#define TS_PERF_TRACE_BEGIN '_' #define TS_PERF_TRACE_GET_BUFFER 'b' // 0x50