You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Description: Infrastructure node for extending network coverage by relaying messages with minimal overhead. Not visible in Nodes list.
28
28
Technical Details: Mesh packets will simply be rebroadcasted over this node. Nodes configured with this role will not originate NodeInfo, Position, Telemetry
29
-
or any other packet type. They will simply rebroadcast any mesh packets on the same frequency, channel num, spread factor, and coding rate. */
29
+
or any other packet type. They will simply rebroadcast any mesh packets on the same frequency, channel num, spread factor, and coding rate.
30
+
Deprecated in v2.7.11 because it creates "holes" in the mesh rebroadcast chain. */
30
31
meshtastic_Config_DeviceConfig_Role_REPEATER=4,
31
32
/* Description: Broadcasts GPS position packets as priority.
32
33
Technical Details: Position Mesh packets will be prioritized higher and sent more frequently by default.
0 commit comments