From c038614b003476a581187f3dbb2518a2be7c504a Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sun, 9 Jul 2023 14:29:57 -0400 Subject: [PATCH] moving GDI4 to higher addresses --- can/can_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/can/can_common.h b/can/can_common.h index 87e2922..a1dfa33 100644 --- a/can/can_common.h +++ b/can/can_common.h @@ -1,3 +1,4 @@ // We have a bit of a mess with too many useful usages of CAN and too little documentation at https://github.com/rusefi/rusefi/wiki/CAN -#define GDI4_BASE_ADDRESS 0xF0 \ No newline at end of file +// we use ExtID but only 16 bits in comms protocol from ECU to GDI4 +#define GDI4_BASE_ADDRESS 0xBB20