forked from M-Labs/thermostat
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:
parent
3ffa939970
commit
b9cf60f2df
|
@ -153,11 +153,11 @@
|
|||
"type": "float",
|
||||
"value": 0,
|
||||
"step": 0.1,
|
||||
"decimals": 3,
|
||||
"limits": [
|
||||
0,
|
||||
4
|
||||
],
|
||||
"siPrefix": true,
|
||||
"suffix": "V",
|
||||
"noUnitEditing": true,
|
||||
"compactHeight": false,
|
||||
|
|
Loading…
Reference in New Issue