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
d4171f002e
commit
282f3d1e82
@ -141,7 +141,7 @@
|
|||||||
"step": 0.1,
|
"step": 0.1,
|
||||||
"limits": [
|
"limits": [
|
||||||
0,
|
0,
|
||||||
5
|
4
|
||||||
],
|
],
|
||||||
"siPrefix": true,
|
"siPrefix": true,
|
||||||
"compactHeight": false,
|
"compactHeight": false,
|
||||||
@ -365,7 +365,7 @@
|
|||||||
"compactHeight": false,
|
"compactHeight": false,
|
||||||
"step": 100,
|
"step": 100,
|
||||||
"limits": [
|
"limits": [
|
||||||
-2000,
|
0,
|
||||||
2000
|
2000
|
||||||
],
|
],
|
||||||
"pid_autotune": [
|
"pid_autotune": [
|
||||||
|
Loading…
Reference in New Issue
Block a user