REPEATER constant
Config_DeviceConfig_Role
const REPEATER
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.
Implementation
static const Config_DeviceConfig_Role REPEATER =
Config_DeviceConfig_Role._(4, _omitEnumNames ? '' : 'REPEATER');