mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-05-14 19:55:05 +00:00
51fdc432d7
UpsertNode only updates name/role/lat/lon/last_seen. The advert_count field is modified exclusively by IncrementAdvertCount, which is called separately in the MQTT handler. The test incorrectly expected count=2 after two UpsertNode calls; the correct value is 0 (the schema default). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>