diff --git a/lib/spitask/config.json b/lib/spitask/config.json index 1b96171..242c16c 100644 --- a/lib/spitask/config.json +++ b/lib/spitask/config.json @@ -69,7 +69,7 @@ "label": "DMS22B$i Zero", "type": "calset", "default": 2048, - "description": "Zero position (0...2^bits-1)", + "description": "Zero position (0...2^bits-1)\nuse the \"C\" button to open a calibrate dialog", "category": "spisensors$b", "capabilities": { "DMS22B$i": "true" diff --git a/web/index.css b/web/index.css index c4db397..c3ea7ee 100644 --- a/web/index.css +++ b/web/index.css @@ -114,6 +114,9 @@ body { display: flex; align-items: center; } + .value button { + margin-left: 0.5em; + } .hidden{ display: none !important; } diff --git a/web/index.html b/web/index.html index 7172b41..cc17706 100644 --- a/web/index.html +++ b/web/index.html @@ -193,6 +193,13 @@
+