mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 23:08:11 +00:00
The !isBLEConnected() check was too restrictive — if BLE happened to be connected (app in background) the standalone discover would silently drop all responses. Tag matching already provides correct isolation: responses matching _pending_node_discover_tag are handled by the standalone UI and not forwarded to the BLE app; responses with a different tag fall through to the normal forward path. Also show short type names (Rpt/Snsr/Room) in the discover results list instead of generic "known"/"NEW", with a '*' prefix for nodes not yet in contacts — matching the repeater/sensor distinction the app shows. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>