This commit is contained in:
rusefi 2022-04-09 17:44:38 -04:00
parent 320e4b0187
commit 18a193b8e3
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ extern int totalLoggedBytes;
if (hasFirmwareError()) {
// special behavior in case of critical error - not equal on/off time
// this special behaviour helps to notice that something is not right, also
// this special behavior helps to notice that something is not right, also
// differentiates software firmware error from critical interrupt error with CPU halt.
offTimeMs = 50;
onTimeMs = 450;