From 9775bd9652f48b7698740fa0eb756ef54e753408 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Fri, 18 Dec 2015 18:01:16 -0500 Subject: [PATCH] auto-sync --- java_console/autotest/src/com/rusefi/AutoTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java_console/autotest/src/com/rusefi/AutoTest.java b/java_console/autotest/src/com/rusefi/AutoTest.java index 769d23b696..73800fda7f 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -179,7 +179,7 @@ public class AutoTest { setEngineType(2); EngineChart chart; sendComplexCommand("set_whole_fuel_map 3"); - sendComplexCommand("set_ignition_mode 1"); + sendComplexCommand("set_individual_coils_ignition"); /** * note that command order matters - RPM change resets wave chart */ @@ -326,7 +326,7 @@ public class AutoTest { assertWave(chart, EngineChart.SPARK_1, 0.133, x, x + 180, x + 360, x + 540); // let's enable more channels dynamically - sendComplexCommand("set_ignition_mode 1"); + sendComplexCommand("set_individual_coils_ignition"); chart = nextChart(); assertWave("Switching Aspire into INDIVIDUAL_COILS mode", chart, EngineChart.SPARK_2, 0.133, x + 540); assertWave(chart, EngineChart.SPARK_3, 0.133, x + 180);