From b63bf2aea8a7948110e410b797ed649bbd252f77 Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 5 Aug 2020 20:43:16 -0400 Subject: [PATCH] TS SD integration #1653 --- firmware/console/binary/tunerstudio_io.h | 1 - firmware/integration/rusefi_config.txt | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/firmware/console/binary/tunerstudio_io.h b/firmware/console/binary/tunerstudio_io.h index ac676e338b..613c2ae33d 100644 --- a/firmware/console/binary/tunerstudio_io.h +++ b/firmware/console/binary/tunerstudio_io.h @@ -36,7 +36,6 @@ struct ts_channel_s { }; // These commands are used exclusively by the rusEfi console -#define TS_TEST_COMMAND 't' // 0x74 #define TS_GET_FILE_RANGE '2' // 0x32 diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 88cda4b493..702eb1bf8e 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -1661,6 +1661,9 @@ end_struct // Engine Sniffer time stamp unit, in microseconds #define ENGINE_SNIFFER_UNIT_US 10 +// These commands are used exclusively by the rusEfi console +#define TS_TEST_COMMAND 't' // 0x74 + #define TS_SD_R_COMMAND 'r' #define TS_SD_W_COMMAND 'w'