firmware: use verified sensor settings

This commit is contained in:
2026-07-17 02:51:40 -06:00
parent d5578ce796
commit dc7a7223fb
6 changed files with 17 additions and 73 deletions
+1
View File
@@ -6,6 +6,7 @@
- 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.
- Silently discard malformed partial RS485 echoes instead of emitting recursive `invalid_json` responses.
- Replaced sensor auto-detection with the verified installation settings: BNO086 address `0x4B` and MAX-M10S UART at 38400 baud.
## Unreleased