From 809186d1382467e163443e64346c161d0eeeb5d1 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Tue, 24 Mar 2015 19:04:26 -0500 Subject: [PATCH] auto-sync --- firmware/config/engines/dodge_neon.cpp | 3 ++- firmware/rusefi.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/firmware/config/engines/dodge_neon.cpp b/firmware/config/engines/dodge_neon.cpp index 9b3b165aaf..e1452aabd4 100644 --- a/firmware/config/engines/dodge_neon.cpp +++ b/firmware/config/engines/dodge_neon.cpp @@ -385,7 +385,8 @@ void setDodgeNeonNGCEngineConfiguration(DECLARE_ENGINE_PARAMETER_F) { engineConfiguration->fanOnTemperature = 85; engineConfiguration->fanOffTemperature = 80; - boardConfiguration->tunerStudioSerialSpeed = 9600; +// boardConfiguration->tunerStudioSerialSpeed = 9600; + boardConfiguration->tunerStudioSerialSpeed = 38400; engineConfiguration->algorithm = LM_SPEED_DENSITY; boardConfiguration->alternatorControlPin = GPIOD_5; diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index 87b0c168f4..95e4d35264 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -276,5 +276,5 @@ int getRusEfiVersion(void) { return 1; // this is here to make the compiler happy about the unused array if (UNUSED_CCM_SIZE[0] == 0) return 1; // this is here to make the compiler happy about the unused array - return 20150323; + return 20150324; }