auto-sync

This commit is contained in:
rusEfi 2016-06-11 17:01:51 -04:00
parent 4ea09930ae
commit 3c54dad1d4
2 changed files with 5 additions and 2 deletions

View File

@ -19,6 +19,7 @@ void setMiataNA_1_6_Configuration(DECLARE_ENGINE_PARAMETER_F) {
setCustomEngineConfiguration(PASS_ENGINE_PARAMETER_F);
engineConfiguration->trigger.type = TT_MAZDA_MIATA_NA;
engineConfiguration->specs.displacement = 1.6;
engineConfiguration->specs.cylindersCount = 4;
engineConfiguration->specs.firingOrder = FO_1_THEN_3_THEN_4_THEN2;
@ -71,6 +72,8 @@ void setMiataNA_1_6_Configuration(DECLARE_ENGINE_PARAMETER_F) {
boardConfiguration->injectionPins[2] = GPIOB_8; // #3
boardConfiguration->injectionPins[3] = GPIOB_7; // #4
engineConfiguration->injectionMode = IM_BATCH;
}

View File

@ -545,9 +545,9 @@ custom idle_mode_e 4 bits, U32, @OFFSET@, [0:0], "false", "true"
bit isIdleThreadEnabled
bit isPrintTriggerSynchDetails
bit isManualSpinningMode;Usually if we have no trigger events that means engine is stopped\nUnless we are troubleshooting and spinning the engine by hand - this case a longer\ndelay is needed
bit twoWireBatchInjection;This is needed if batched injection and individual injector wiring
bit twoWireBatchInjection;+This is needed if batched injection and individual injector wiring
bit useOnlyRisingEdgeForTrigger;See #172
bit twoWireBatchIgnition;This is needed if batched igniton (waster spark) and individual coil wiring
bit twoWireBatchIgnition;+This is needed if batched igniton (waster spark) and individual coil wiring
uint32_t engineChartSize;;"count", 1, 0, 0, 300, 0