MeshCore/examples/companion_radio
Wouter Bijen c016db86d5 Address PR review: subtract-1 encoding and clamp max_hops
- Change > to >= so stored value 1 means direct/0-hop only (liamcottle)
- Clamp max_hops to 63 on write since getPathHashCount() caps at 63 (robekl)
- Update comments to reflect encoding: 0=no limit, 1=direct only, N=up to N-1 hops

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 08:37:22 +01:00
..
ui-new Add muted icon to show when buzzer is muted 2026-02-11 10:00:20 +01:00
ui-orig Add battery min/max voltage parameter support 2026-01-28 22:24:49 -07:00
AbstractUITask.h ♻️ refactor: unify UI notification methods into single notify() function 2025-09-17 08:56:18 +08:00
DataStore.cpp Add configurable max hops filter for auto-add contacts 2026-03-02 20:41:41 +01:00
DataStore.h add DataStore::deleteBlobByKey() 2026-02-01 00:02:29 +11:00
main.cpp fix: remove esp_wifi.h from esp32board.h 2026-01-30 15:07:40 +11:00
MyMesh.cpp Address PR review: subtract-1 encoding and clamp max_hops 2026-03-03 08:37:22 +01:00
MyMesh.h Add configurable max hops filter for auto-add contacts 2026-03-02 20:41:41 +01:00
NodePrefs.h Address PR review: subtract-1 encoding and clamp max_hops 2026-03-03 08:37:22 +01:00