From 82b2719ee7528f633e17bf8fb43b207b8e4af2b5 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 24 Feb 2017 10:06:31 -0500 Subject: [PATCH] reproducing #363 --- java_console/autotest/src/com/rusefi/AutoTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java_console/autotest/src/com/rusefi/AutoTest.java b/java_console/autotest/src/com/rusefi/AutoTest.java index 8d86a8fca7..e30e7c4f7f 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -46,9 +46,9 @@ public class AutoTest { private static void testCustomEngine() { setEngineType(0); sendCommand("set_toothed_wheel 4 0"); - sendCommand("enable trigger_only_front"); - changeRpm(100); - changeRpm(1500); +// sendCommand("enable trigger_only_front"); +// changeRpm(100); +// changeRpm(1500); sendCommand("disable trigger_only_front"); changeRpm(100); changeRpm(1500);