mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Deprecate REPEATER role
Mark REPEATER role as deprecated in config.proto
This commit is contained in:
parent
46b81e822a
commit
1a3364a8a0
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue