Control Panel: Better steps and units in paramtree

- Step r0 by 100 Ohms instead of 1 Ohm
- Step b by 10 K instead of 1 K
- Prefix temp_swing with +/-
This commit is contained in:
2024-07-30 10:45:12 +08:00
parent dd30db95ba
commit 8ccdf8a3b5

View File

@@ -179,7 +179,7 @@
"title": "R₀",
"type": "float",
"value": 10000,
"step": 1,
"step": 100,
"min": 0,
"siPrefix": true,
"suffix": "Ω",
@@ -195,7 +195,7 @@
"title": "B",
"type": "float",
"value": 3950,
"step": 1,
"step": 10,
"suffix": "K",
"decimals": 4,
"compactHeight": false,
@@ -351,8 +351,7 @@
"type": "float",
"value": 1.5,
"step": 0.1,
"prefix": "±",
"format": "{value:.4f} °C",
"format": {value:.4f} °C",
"compactHeight": false,
"pid_autotune": "temp_swing"
},