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