Sebastien Vayrette 75b706c1dc fix: UWB anchor — filter POLL by destination ID (Issue #544)
Both anchors were responding to every POLL frame regardless of which
anchor the tag addressed, causing RF collisions. Anchor 0 was
consistently losing the collision, appearing completely silent.

Add g_rx_buf[2] != ANCHOR_ID check so each anchor only responds to
POLLs addressed to it.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-04 12:45:53 -04:00
..