ALL constant
Config_DeviceConfig_RebroadcastMode
const ALL
Default behavior. Rebroadcast any observed message, if it was on our private channel or from another mesh with the same lora params.
Implementation
static const Config_DeviceConfig_RebroadcastMode ALL =
Config_DeviceConfig_RebroadcastMode._(0, _omitEnumNames ? '' : 'ALL');