From c2154bd3079483532b665ed883e1916fb8da0df2 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 4 Mar 2017 21:18:20 -0500 Subject: [PATCH] docs #363 --- firmware/config/engines/honda_accord.cpp | 5 +++++ firmware/rusefi.cpp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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; }