firmware: prevent RS485 echo starvation

This commit is contained in:
2026-07-17 02:44:47 -06:00
parent 4f96902068
commit 75845a18e3
3 changed files with 26 additions and 3 deletions
+1
View File
@@ -4,6 +4,7 @@
- Added standalone XIAO ESP32-C6 BNO086/MAX-M10S sensor-node firmware and a versioned RS485 telemetry contract without changing Cargo `/api/v1` or JBD/NimBLE behavior.
- Added XIAO-side persistent level calibration with stability checking and RS485 start/clear commands; no dashboard behavior changed.
- Prevented echoed or oversized RS485 frames from starving the XIAO sensor loop.
## Unreleased