log %.12f
This commit is contained in:
parent
dd654ee3ac
commit
b27986294c
@ -98,7 +98,7 @@ void pidLoop() {
|
|||||||
if (now - lastDebug >= 1000) {
|
if (now - lastDebug >= 1000) {
|
||||||
lastDebug = now;
|
lastDebug = now;
|
||||||
debug(
|
debug(
|
||||||
"cache: %3d/%d | p: %f | i: %f | d: %f | target: %4.1f | heater: %3d%% | temperature: %5.2f %s",
|
"cache: %3d/%d | p: %f | i: %.12f | d: %.12f | target: %4.1f | heater: %3d%% | temperature: %5.2f %s",
|
||||||
cache.getUsage(),
|
cache.getUsage(),
|
||||||
cache.getSize(),
|
cache.getSize(),
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user