From 9051edb3b551c801d3e6b54cf89391483574d727 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Sun, 10 Jan 2021 17:27:21 -0800 Subject: [PATCH] maybe fix protege HW CI (#2219) * maybe fix protege too * formatting --- java_console/autotest/src/com/rusefi/FunctionalTest.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/java_console/autotest/src/com/rusefi/FunctionalTest.java b/java_console/autotest/src/com/rusefi/FunctionalTest.java index 4a4666c41d..24f71fe3a3 100644 --- a/java_console/autotest/src/com/rusefi/FunctionalTest.java +++ b/java_console/autotest/src/com/rusefi/FunctionalTest.java @@ -270,6 +270,12 @@ public class FunctionalTest extends RusefiTestBase { ecu.setEngineType(ET_FORD_ESCORT_GT); EngineChart chart; ecu.sendCommand("set mock_vbatt_voltage 1.395"); + + // Alpha-N mode so that we actually inject some fuel (without mocking tons of sensors) + ecu.sendCommand("set algorithm 5"); + // Set tps to 25% - make alpha-n happy + ecu.sendCommand("set_sensor_mock 10 25"); + ecu.changeRpm(200); ecu.changeRpm(260); ecu.changeRpm(200);