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 102ac146db
commit 2cf137280d
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);