PID display in console was broken
This commit is contained in:
parent
44b2c2f89e
commit
7c9a7d34b4
|
@ -154,7 +154,7 @@ void Pid::sleep() {
|
|||
}
|
||||
|
||||
void Pid::showPidStatus(Logging *logging, const char*msg) {
|
||||
scheduleMsg(logging, "%s settings: offset=%d P=%.5f I=%.5f D=%.5f period=%dms",
|
||||
scheduleMsg(logging, "%s settings: offset=%f P=%.5f I=%.5f D=%.5f period=%dms",
|
||||
msg,
|
||||
getOffset(),
|
||||
parameters->pFactor,
|
||||
|
|
Loading…
Reference in New Issue