From 5fc9daa46eb94b3954d9b22c0ee162c5da8b3b0a Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 4 Dec 2021 19:12:51 -0500 Subject: [PATCH] tune via CAN #3361 better way to reuse constants between C++ and java --- firmware/integration/rusefi_config.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 91d29959e3..098ac33476 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -1990,3 +1990,6 @@ end_struct ! we need to improve this further - at the moment we need too many boards to prepend 'false' #define show_test_presets true #define show_Frankenso_presets true + +#define CAN_SERIAL_RX_ID 0x100 +#define CAN_SERIAL_TX_ID 0x102