mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-05-24 19:25:19 +00:00
90bd9e12e5
Secondary broadcast paths (ADVERT, GRP_TXT, TXT_MSG, TRACE, API) were missing hash field. Without hash, realistic mode's buffer check (if pkt.hash) failed and packets fell through to animatePacket individually — causing duplicate feed items and duplicate sonification. Also added missing addFeedItem call in animateRealisticPropagation so the feed shows consolidated entries in realistic mode.