Commit Graph

6 Commits

Author SHA1 Message Date
James L
b3b6cd4302 Fix flash utility compatibility and rebuild firmware binaries 2026-03-15 19:57:17 -04:00
James L
56c1a6b881 Normalize release binary file modes 2026-03-14 12:19:11 -04:00
James L
79cb2d49e8 Add transport mode notes and config updates 2026-03-14 12:18:37 -04:00
James L
d8c925769d v1.0.22: Update precompiled firmware binaries for V3 and V4 2026-03-11 21:43:25 -04:00
James L
d49c55a843 v1.0.21: Update precompiled firmware binaries for V3 and V4 2026-03-11 21:35:56 -04:00
James L
59784a34fd v1.0.7: Fix LocalTcpInterface mode — AP→GATEWAY to allow announce rebroadcasts
MODE_ACCESS_POINT unconditionally blocks announce broadcasts in
Transport::outbound(), preventing local TCP clients from discovering
each other. Changing to MODE_GATEWAY allows announces to flow through
send_outgoing() which broadcasts to all connected clients.

Root cause: receiver's announce was stored in announce_table but never
rebroadcast on LocalTcpInterface, so sender could never find a path.
2026-02-28 15:00:40 -05:00