From 5d9ba5e99bdf356d1c3ecd608b9db283978aa756 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 19 Nov 2017 19:01:53 -0500 Subject: [PATCH] #496 --- README.md | 2 ++ java_console/.gitignore | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c43139cc97..c597402e36 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ current binaries are always available at http://rusefi.com/build_server/ | Release date | Revision | Details | | ------------ | --------- | ------- | +| 11/19/2017 | r14766 | improvement #496: console flasher to support older boards | +| 11/19/2017 | r14760 | improvement #495: incomppatible change - larger settings area | | 11/06/2017 | r14733 | improvement #487: single-point injection mode | | 10/26/2017 | r14700 | improvement #385: narrow band to wide band conversion table | | 07/24/2017 | r14513 | bugfix #307: TS bench test blinks three times | diff --git a/java_console/.gitignore b/java_console/.gitignore index 7866ae0d1a..e2ce0ff799 100644 --- a/java_console/.gitignore +++ b/java_console/.gitignore @@ -2,4 +2,6 @@ out/ rusefi_console_properties.xml output.c currenttune.msq -rusefi.ini \ No newline at end of file +rusefi.ini +openocd +rusefi_*.* \ No newline at end of file