docs
This commit is contained in:
parent
a8f764589b
commit
244d1ea7e8
|
@ -363,6 +363,9 @@ static void cjStart(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
||||||
#endif
|
#endif
|
||||||
// if no calibration, try to calibrate now and store new values
|
// if no calibration, try to calibrate now and store new values
|
||||||
if (storedLambda == 0 || storedHeater == 0) {
|
if (storedLambda == 0 || storedHeater == 0) {
|
||||||
|
/**
|
||||||
|
* open question if we need special considerations for calibration. Some controllers insist on open air calibration
|
||||||
|
*/
|
||||||
globalInstance.calibrate(PASS_ENGINE_PARAMETER_SIGNATURE);
|
globalInstance.calibrate(PASS_ENGINE_PARAMETER_SIGNATURE);
|
||||||
} else {
|
} else {
|
||||||
scheduleMsg(logger, "cj125: Loading stored calibration data (%d %d)", storedLambda, storedHeater);
|
scheduleMsg(logger, "cj125: Loading stored calibration data (%d %d)", storedLambda, storedHeater);
|
||||||
|
|
Loading…
Reference in New Issue