Starter is engaged on start-up in pull-up configuration #1969
This commit is contained in:
parent
b977dc5fac
commit
63abcf8c3c
|
@ -59,6 +59,12 @@ public class BaseTest {
|
|||
log.info("AUTOTEST setEngineType " + type);
|
||||
currentEngineType = type;
|
||||
// sendCommand(CMD_PINS);
|
||||
/*
|
||||
* we need to stop all activity - that means:
|
||||
* - stopping input event
|
||||
* - waiting for scheduled actuator actions to run out
|
||||
* - disabling PWM
|
||||
*/
|
||||
sendCommand(getDisableCommand(Fields.CMD_SELF_STIMULATION));
|
||||
sendCommand(getDisableCommand(Fields.CMD_INJECTION));
|
||||
sendCommand(getDisableCommand(Fields.CMD_IGNITION));
|
||||
|
|
Loading…
Reference in New Issue