auto-sync

This commit is contained in:
rusEfi 2016-06-14 23:01:15 -04:00
parent 00eb0c3b31
commit c1509e9dd4
4 changed files with 13 additions and 4 deletions

View File

@ -18,6 +18,15 @@ EXTERN_ENGINE;
void setMiataNA_1_6_Configuration(DECLARE_ENGINE_PARAMETER_F) {
setCustomEngineConfiguration(PASS_ENGINE_PARAMETER_F);
engineConfiguration->map.sensor.hwChannel = EFI_ADC_NONE;
engineConfiguration->mafAdcChannel = EFI_ADC_0;
// // set_cranking_fuel 9
// engineConfiguration->cranking.baseFuel = 9;
// engine sniffer 200
engineConfiguration->trigger.type = TT_MAZDA_MIATA_NA;
engineConfiguration->specs.displacement = 1.6;

View File

@ -22,7 +22,7 @@
void initializeMazdaMiataNaShape(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) {
s->initialize(FOUR_STROKE_CAM_SENSOR, true);
s->setTriggerSynchronizationGap(MIATA_NA_GAP);
s->setTriggerSynchronizationGap2(1.4930 * 0.7f, 1.4930 * 1.25f);
s->useRiseEdge = false;
s->tdcPosition = 294;

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 20160613;
return 20160614;
}

View File

@ -1,5 +1,5 @@
// This file was generated by Version2Header
// Sun Jun 12 22:48:54 EDT 2016
// Tue Jun 14 22:47:13 EDT 2016
#ifndef VCS_VERSION
#define VCS_VERSION "10021"
#define VCS_VERSION "10041"
#endif