From 447276c07aad5e059bf5f9054301a9e51f50652e Mon Sep 17 00:00:00 2001 From: rusEfi Date: Sat, 18 Jun 2016 11:02:54 -0400 Subject: [PATCH] auto-sync --- firmware/config/engines/mazda_miata_1_6.cpp | 6 ++++++ firmware/rusefi.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/firmware/config/engines/mazda_miata_1_6.cpp b/firmware/config/engines/mazda_miata_1_6.cpp index d7e702878a..f82ed3c2d9 100644 --- a/firmware/config/engines/mazda_miata_1_6.cpp +++ b/firmware/config/engines/mazda_miata_1_6.cpp @@ -71,6 +71,12 @@ void setMiataNA_1_6_Configuration(DECLARE_ENGINE_PARAMETER_F) { setWholeFuelMap(6 PASS_ENGINE_PARAMETER); + /** + * http://miataturbo.wikidot.com/fuel-injectors + * 90-93 (Blue) - #195500-1970 + */ + engineConfiguration->injector.flow = 230; + // set_cranking_timing_angle 10 engineConfiguration->crankingTimingAngle = 10; diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index a2a4aa93df..47d58331e8 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -298,5 +298,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 20160614; + return 20160618; }