diff --git a/firmware/config/engines/mazda_miata_1_6.cpp b/firmware/config/engines/mazda_miata_1_6.cpp index 813745c42c..699d8ea8f5 100644 --- a/firmware/config/engines/mazda_miata_1_6.cpp +++ b/firmware/config/engines/mazda_miata_1_6.cpp @@ -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; + } diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index c4a95f54f9..6acaef3a71 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -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