From 1c282d6d50f388e82ba6fc0a4ddea34749d5bfaf Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 11 Jan 2019 08:49:46 -0500 Subject: [PATCH] #663 goes into release notes --- README.md | 1 + firmware/controllers/engine_controller.cpp | 2 +- firmware/svnversion.h | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b798342470..82e40a493f 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ See https://rusefi.com/forum/viewtopic.php?f=5&t=9 | Release date | Revision | Details | | ------------ | --------- | ------- | +| 01/11/2019 | r16346 | bugfix #663: SPI fixes for CJ125 for stm32 errata STM32f405/7/15/17 | | 12/09/2018 | r16057 | electronic throttle body control is now BETA version | | 08/19/2018 | r15811 | bugfix #604: no interpolation outside of the table | | 01/29/2018 | r15514 | improvement #215: CJ125 wideband contoller | diff --git a/firmware/controllers/engine_controller.cpp b/firmware/controllers/engine_controller.cpp index da356b1f23..ba61569c53 100644 --- a/firmware/controllers/engine_controller.cpp +++ b/firmware/controllers/engine_controller.cpp @@ -781,5 +781,5 @@ int getRusEfiVersion(void) { if (initBootloader() != 0) return 123; #endif /* EFI_BOOTLOADER_INCLUDE_CODE */ - return 20190109; + return 20190111; } diff --git a/firmware/svnversion.h b/firmware/svnversion.h index 35c18653e5..376eb717a6 100644 --- a/firmware/svnversion.h +++ b/firmware/svnversion.h @@ -1,5 +1,5 @@ // This file was generated by Version2Header -// Thu Jan 10 15:29:21 EST 2019 +// Fri Jan 11 08:48:17 EST 2019 #ifndef VCS_VERSION -#define VCS_VERSION "16318" +#define VCS_VERSION "16346" #endif