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
2f9b95f04b
commit
3ae89760ab
|
@ -145,11 +145,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,
|
||||||
|
|
Loading…
Reference in New Issue