ctrl_panel: Fix max_v to only have unit "V"

This commit is contained in:
atse 2024-07-22 15:38:27 +08:00
parent 45b84b4e6e
commit a1a5bb5c35

View File

@ -154,11 +154,11 @@
"type": "float", "type": "float",
"value": 0, "value": 0,
"step": 0.1, "step": 0.1,
"decimals": 3,
"limits": [ "limits": [
0, 0,
4 4
], ],
"siPrefix": true,
"suffix": "V", "suffix": "V",
"noUnitEditing": true, "noUnitEditing": true,
"compactHeight": false, "compactHeight": false,