diff --git a/firmware/config/engines/mazda_626.cpp b/firmware/config/engines/mazda_626.cpp index 73c1f9deff..3424a9c532 100644 --- a/firmware/config/engines/mazda_626.cpp +++ b/firmware/config/engines/mazda_626.cpp @@ -34,6 +34,11 @@ void setMazda626EngineConfiguration(DECLARE_ENGINE_PARAMETER_F) { engineConfiguration->crankingTimingAngle = 15; engineConfiguration->crankingChargeAngle = 70; + engineConfiguration->tpsMin = 80; + engineConfiguration->tpsMax = 764; + + engineConfiguration->algorithm = LM_ALPHA_N; + // set_whole_fuel_map 9 setWholeFuelMap(9 PASS_ENGINE_PARAMETER); @@ -46,7 +51,6 @@ void setMazda626EngineConfiguration(DECLARE_ENGINE_PARAMETER_F) { setThermistorConfiguration(&engineConfiguration->iat, 20, 33000, 50, 9000, 90.0, 2700); commonFrankensoAnalogInputs(engineConfiguration); - engineConfiguration->hasTpsSensor = false; // engineConfiguration->map.sensor.hwChannel = EFI_ADC_4; engineConfiguration->mafAdcChannel = EFI_ADC_0; diff --git a/java_console/.idea/runConfigurations/EnduranceTest.xml b/java_console/.idea/runConfigurations/EnduranceTest.xml new file mode 100644 index 0000000000..70ba386f28 --- /dev/null +++ b/java_console/.idea/runConfigurations/EnduranceTest.xml @@ -0,0 +1,28 @@ + + + + + + + + \ No newline at end of file