undoing funny code
This commit is contained in:
rusefi 2020-08-09 00:41:02 -04:00
parent f04149b489
commit bcae781794
1 changed files with 0 additions and 10 deletions

View File

@ -76,20 +76,10 @@ public class AutoTest extends BaseTest {
changeRpm(900);
// first let's get to expected RPM
assertRpmDoesNotJump(20000, 15, 30, FAIL, commandQueue);
// important to reduce RPM since high RPM and set engine type do not go well due to DECLARE_ENGINE_PTR
// memset 0?
// todo: safer 'set engine_type' implementation which
changeRpm(120);
}
private void testV12() {
sendCommand(getDisableCommand(Fields.CMD_SELF_STIMULATION));
sendCommand("get " + Fields.CMD_TRIGGER_HW_INPUT);
sleep(3 * Timeouts.SECOND);
setEngineType(40);
sendCommand("get " + Fields.CMD_TRIGGER_HW_INPUT);
sendCommand(getDisableCommand(Fields.CMD_TRIGGER_HW_INPUT));
sendCommand(getEnableCommand(Fields.CMD_SELF_STIMULATION));
changeRpm(700);
// first let's get to expected RPM
assertRpmDoesNotJump(15000, 15, 30, FAIL, commandQueue);