mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-02 03:28:19 +00:00
Enhance the neighbor discovery JSON structure by introducing a default_scope field, which indicates the region name this node floods to by default. This change improves clarity in the neighbor discovery process and aligns with the unscoped flood behavior when no default region is set. Updates include modifications to the MyMesh class and related message building functions to accommodate the new field.