Compare commits

...

1 Commits

Author SHA1 Message Date
e5289c248b Control Panel: Better steps and units in paramtree 2025-03-31 16:22:22 +08:00

View File

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