Fermenter PID config

This commit is contained in:
Patrick Haßel 2025-02-19 15:14:15 +01:00
parent 17b520f3f2
commit 8c8c35fb5f

View File

@ -1,8 +1,8 @@
{
"pid": {
"p": 1,
"i": 0,
"p": 20,
"i": 1e-6,
"d": 0,
"target": 0
"target": 28
}
}