ctrl_panel: Fix max_v to only have unit "V"

As most users do not need to limit TEC voltage with accuracy of less
than 1mV.
This commit is contained in:
atse 2024-07-22 15:38:27 +08:00
parent 2f9b95f04b
commit 3ae89760ab
1 changed files with 1 additions and 1 deletions

View File

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