TS Burned All Data engine stop #2839

is this a case of poor API?
This commit is contained in:
rusefillc 2021-06-21 02:09:41 -04:00
parent b62879d20c
commit a46c551014
1 changed files with 1 additions and 3 deletions

View File

@ -43,10 +43,8 @@ public class PwmHardwareTest extends RusefiTestBase {
nextChart();
int triggerErrors = (int) SensorCentral.getInstance().getValueSource(Sensor.totalTriggerErrorCounter).getValue();
log.info("triggerErrors " + triggerErrors);
for (int i = 0; i < 7; i++) {
for (int i = 0; i < 7; i++)
ecu.sendCommand(CMD_BURNCONFIG);
sleep(500);
}
int totalTriggerErrorsNow = (int) SensorCentral.getInstance().getValueSource(Sensor.totalTriggerErrorCounter).getValue();
log.info("totalTriggerErrorsNow " + totalTriggerErrorsNow);