diff --git a/firmware/config/engines/honda_accord.cpp b/firmware/config/engines/honda_accord.cpp index a8e7eae087..a2ce4e4476 100644 --- a/firmware/config/engines/honda_accord.cpp +++ b/firmware/config/engines/honda_accord.cpp @@ -18,6 +18,11 @@ * set engine_type 48 * debug configuration to reproduce https://sourceforge.net/p/rusefi/tickets/319/ * + * + * set engine_type 50 + * set engine_type 51 + * debug configurations to reproduce https://github.com/rusefi/rusefi/issues/363 + * * @date Jan 12, 2014 * @author Andrey Belomutskiy, (c) 2012-2017 */ diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index a6b6d5a98f..8fda06bd3f 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -249,5 +249,5 @@ int getRusEfiVersion(void) { return 123; // this is here to make the compiler happy about the unused array if (UNUSED_CCM_SIZE[0] * 0 != 0) return 3211; // this is here to make the compiler happy about the unused array - return 20170301; + return 20170304; }