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
e54e161e4e
commit
fb977982f8
@ -156,7 +156,7 @@
|
||||
"step": 0.1,
|
||||
"limits": [
|
||||
0,
|
||||
5
|
||||
4
|
||||
],
|
||||
"siPrefix": true,
|
||||
"suffix": "V",
|
||||
@ -401,7 +401,7 @@
|
||||
"decimals": 6,
|
||||
"step": 0.1,
|
||||
"limits": [
|
||||
-2,
|
||||
0,
|
||||
2
|
||||
],
|
||||
"siPrefix": true,
|
||||
|
Loading…
Reference in New Issue
Block a user