This commit is contained in:
rusefi 2020-04-24 01:34:51 -04:00
parent 6f21297d64
commit b982f7dabb
1 changed files with 4 additions and 0 deletions

View File

@ -147,6 +147,10 @@ public class AnyCommand {
}
}
/**
* stim_check 3000 5 30
* would set RPM to 3000, give it 5 seconds to settle, and test for 30 seconds
*/
private static void handleStimulationSelfCheck(String rawCommand) {
String[] parts = rawCommand.split(" ", 4);
if (parts.length != 4) {