From bca5c52a862e5907bcb9ffe2b66a867abc3b0f93 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Thu, 26 Mar 2015 09:04:45 -0500 Subject: [PATCH] auto-sync --- java_console/autotest/src/com/rusefi/AutoTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java_console/autotest/src/com/rusefi/AutoTest.java b/java_console/autotest/src/com/rusefi/AutoTest.java index b519f4a6ac..e8dfe71cb4 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -72,7 +72,7 @@ public class AutoTest { WaveChart chart; chart = nextChart(); - double x = 275; + double x = 102; assertWave(msg, chart, WaveChart.SPARK_1, 0.1944, x, x + 180, x + 360, x + 540); }