auto-sync

This commit is contained in:
rusEfi 2015-12-18 18:01:16 -05:00
parent 9b5fba9693
commit 9775bd9652
1 changed files with 2 additions and 2 deletions

View File

@ -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);