auto-sync

This commit is contained in:
rusEfi 2016-06-18 11:02:54 -04:00
parent 4edbcbae82
commit 447276c07a
2 changed files with 7 additions and 1 deletions

View File

@ -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;

View File

@ -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;
}