reproducing #363

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

View File

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