fome-fw
fome-fw copied to clipboard
etbIntegralError TODO: figure out how to handle uncalibrated ETB
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();
}
Presently on hold while better methods of error handling are investigated.