docs: audit stale dashboard references and clarify DS18B20 support

This commit is contained in:
2026-06-09 14:58:04 -06:00
parent cf722a7287
commit 19538781e8
8 changed files with 119 additions and 0 deletions
+6
View File
@@ -167,3 +167,9 @@ Default validation should use the repo-local virtual environment:
source .venv/bin/activate
python run_tests.py
## DS18B20 Implementation Note
DS18B20 temperature support is already implemented in the Cargo ESP/WebUI/API path.
Do not suggest adding DS18B20 support as if it is missing. Future work should preserve existing Cargo ESP temperature ownership and expose/display that telemetry through the API and ESP32-S3 dashboard.