Merge pull request #780 from meshtastic/deprecate-repeater

Deprecate REPEATER role
This commit is contained in:
Ben Meadors 2025-09-28 06:49:31 -05:00 committed by GitHub
commit 082bb7cfeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,8 +48,9 @@ message Config {
* Description: Infrastructure node for extending network coverage by relaying messages with minimal overhead. Not visible in Nodes list.
* Technical Details: Mesh packets will simply be rebroadcasted over this node. Nodes configured with this role will not originate NodeInfo, Position, Telemetry
* or any other packet type. They will simply rebroadcast any mesh packets on the same frequency, channel num, spread factor, and coding rate.
* Deprecated in v2.7.11 because it creates "holes" in the mesh rebroadcast chain.
*/
REPEATER = 4;
REPEATER = 4 [deprecated = true];
/*
* Description: Broadcasts GPS position packets as priority.