mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-03-30 20:35:40 +00:00
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>