forked from M-Labs/thermostat
ctrl_panel: Limits fixes
* PID Autotune test current should be positive * Maximum absolute voltage should be 4 V not 5 V
This commit is contained in:
parent
d76e015893
commit
a1c260d52e
@ -141,7 +141,7 @@
|
||||
"step": 0.1,
|
||||
"limits": [
|
||||
0,
|
||||
5
|
||||
4
|
||||
],
|
||||
"siPrefix": true,
|
||||
"compactHeight": false,
|
||||
@ -365,7 +365,7 @@
|
||||
"compactHeight": false,
|
||||
"step": 100,
|
||||
"limits": [
|
||||
-2000,
|
||||
0,
|
||||
2000
|
||||
],
|
||||
"pid_autotune": [
|
||||
|
Loading…
Reference in New Issue
Block a user