mirror of https://github.com/FOME-Tech/fome-fw.git
docs
This commit is contained in:
parent
60832aa735
commit
61a837ee43
|
@ -234,7 +234,7 @@ static void testCltByR(float resistance) {
|
|||
return;
|
||||
}
|
||||
|
||||
// we expect slowPeriodicCallback to already update configuration in the curve helper class see setConfig
|
||||
// we expect periodicSlowCallback to already update configuration in the curve helper class see setConfig
|
||||
float kTemp = engine->engineState.cltCurve.getKelvinTemperatureByResistance(resistance);
|
||||
scheduleMsg(logger, "for R=%f we have %f", resistance, (kTemp - KELV));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue