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:
atse 2024-07-17 17:29:34 +08:00
parent e54e161e4e
commit fb977982f8

View File

@ -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,