reproducing #363

This commit is contained in:
rusefi 2017-02-24 10:06:31 -05:00
parent e5166163bd
commit bf2d941bdb
1 changed files with 3 additions and 3 deletions

View File

@ -46,9 +46,9 @@ public class AutoTest {
private static void testCustomEngine() { private static void testCustomEngine() {
setEngineType(0); setEngineType(0);
sendCommand("set_toothed_wheel 4 0"); sendCommand("set_toothed_wheel 4 0");
sendCommand("enable trigger_only_front"); // sendCommand("enable trigger_only_front");
changeRpm(100); // changeRpm(100);
changeRpm(1500); // changeRpm(1500);
sendCommand("disable trigger_only_front"); sendCommand("disable trigger_only_front");
changeRpm(100); changeRpm(100);
changeRpm(1500); changeRpm(1500);