mirror of
https://github.com/ALLFATHER-BV/wadamesh.git
synced 2026-07-02 17:11:35 +00:00
26c9ccdc07
The device broadcast a PUSH_CODE_LOG_RX_DATA frame to every connected companion — including BLE — for every LoRa packet it heard. BLE's ~16 frames/sec budget got saturated on a busy mesh, delaying/dropping the frames that matter: chat messages (#46) and repeater/room-server admin responses (#54, the "Streamsink" disconnects). Skip the RX log on the BLE transport in writeFrameToAll; USB/TCP/WS still get it for the on-device Monitor app. The MeshCore app never consumed it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>