auto-sync
This commit is contained in:
parent
4edbcbae82
commit
447276c07a
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue