CORE_PORTNUMS_ONLY constant

Config_DeviceConfig_RebroadcastMode const CORE_PORTNUMS_ONLY

Ignores packets from non-standard portnums such as: TAK, RangeTest, PaxCounter, etc. Only rebroadcasts packets with standard portnums: NodeInfo, Text, Position, Telemetry, and Routing.

Implementation

static const Config_DeviceConfig_RebroadcastMode CORE_PORTNUMS_ONLY =
    Config_DeviceConfig_RebroadcastMode._(
        5, _omitEnumNames ? '' : 'CORE_PORTNUMS_ONLY');