reproducing #363

This commit is contained in:
rusefi 2017-02-23 13:35:38 -05:00
parent c890b32ce2
commit 5f04f58a0d
1 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,7 @@ import com.rusefi.core.SensorCentral;
import com.rusefi.waves.EngineChart;
import com.rusefi.waves.EngineReport;
import static com.rusefi.IoUtil.changeRpm;
import static com.rusefi.TestingUtils.nextChart;
import static com.rusefi.IoUtil.sendCommand;
import static com.rusefi.IoUtil.sleep;
@ -45,7 +46,12 @@ public class AutoTest {
private static void testCustomEngine() {
setEngineType(0);
sendCommand("set_toothed_wheel 4 0");
// sendCommand("enable trigger_only_front");
sendCommand("enable trigger_only_front");
changeRpm(100);
changeRpm(1500);
sendCommand("disable trigger_only_front");
changeRpm(100);
changeRpm(1500);
}
private static void testMazdaMiata2003() {