log %.12f

This commit is contained in:
Patrick Haßel 2024-04-16 08:48:50 +02:00
parent dd654ee3ac
commit b27986294c

View File

@ -98,7 +98,7 @@ void pidLoop() {
if (now - lastDebug >= 1000) {
lastDebug = now;
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.getSize(),