forked from M-Labs/thermostat
ctrl_panel: More appropriate steps and fixes
This commit is contained in:
parent
4a7d7abf3a
commit
07095d77c8
|
@ -215,7 +215,7 @@
|
||||||
"title": "R₀",
|
"title": "R₀",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"value": 10000,
|
"value": 10000,
|
||||||
"step": 1,
|
"step": 100,
|
||||||
"min": 0,
|
"min": 0,
|
||||||
"siPrefix": true,
|
"siPrefix": true,
|
||||||
"pinSiPrefix": "k",
|
"pinSiPrefix": "k",
|
||||||
|
@ -235,7 +235,7 @@
|
||||||
"title": "B",
|
"title": "B",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"value": 3950,
|
"value": 3950,
|
||||||
"step": 1,
|
"step": 10,
|
||||||
"suffix": "K",
|
"suffix": "K",
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
"decimals": 4,
|
"decimals": 4,
|
||||||
|
@ -282,7 +282,6 @@
|
||||||
"title": "Kp",
|
"title": "Kp",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"step": 0.1,
|
"step": 0.1,
|
||||||
"suffix": "",
|
|
||||||
"compactHeight": false,
|
"compactHeight": false,
|
||||||
"param": [
|
"param": [
|
||||||
"pid",
|
"pid",
|
||||||
|
@ -430,9 +429,8 @@
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"value": 1.5,
|
"value": 1.5,
|
||||||
"step": 0.1,
|
"step": 0.1,
|
||||||
"prefix": "±",
|
|
||||||
"format": "{value:.4f} {suffix}",
|
"format": "{value:.4f} {suffix}",
|
||||||
"suffix": "°C",
|
"suffix": "K",
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
"compactHeight": false,
|
"compactHeight": false,
|
||||||
"pid_autotune": [
|
"pid_autotune": [
|
||||||
|
|
Loading…
Reference in New Issue