FOME-Tech / fome-fw

Free Open Motorsports ECU
https://www.fome.tech
Other
44 stars 22 forks source link

etbIntegralError TODO: figure out how to handle uncalibrated ETB #292

Open rusefillc opened 10 months ago

rusefillc commented 10 months ago

dead code or just on hold?

        // Allow up to 10 percent-seconds of error
        if (etbIntegralError > 10.0f) {
            // TODO: figure out how to handle uncalibrated ETB 
            //getLimpManager()->reportEtbProblem();
        }
OrchardPerformance commented 7 months ago

Presently on hold while better methods of error handling are investigated.