MeshCore/examples/simple_repeater
Dale Ruane d93746e257 feat: make region auto-tagging opt-in with configurable hop limit
Adds two new repeater prefs to give admins explicit control over
VLAN-style region tagging of untagged flood packets:

  region.autotag           on|off   (default: off)
  region.autotag.max.hops  0-8      (default: 1)

Auto-tagging now only occurs when the setting is enabled AND the
received packet's path hash count is <= the configured max hops.
This prevents mis-tagging distant-origin floods that arrived via
untagged / older-firmware repeaters, and ensures home-region
selection is a deliberate admin decision rather than an implicit
side-effect of configuring a home region.
2026-04-14 10:26:18 +01:00
..
main.cpp sensecap solar: stabilize wake pin and add button hold poweroff 2026-02-27 22:51:19 -05:00
MyMesh.cpp feat: make region auto-tagging opt-in with configurable hop limit 2026-04-14 10:26:18 +01:00
MyMesh.h Merge remote-tracking branch 'upstream/dev' into 2026/remote-lna 2026-03-16 09:37:55 +00:00
RateLimiter.h * repeater: onAnonDataRecv(), now rejecting non-ASCII password (preparing for future request codes) 2025-11-06 20:15:01 +11:00
UITask.cpp Implement getTextWidth for display classes 2025-05-04 18:17:18 -07:00
UITask.h UI: battery indicator, boot screen, radio settings 2025-04-20 19:17:02 -07:00