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 d76e015893
commit a1c260d52e

View File

@ -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": [