INVALID_RADIO_SETTING constant
CriticalErrorCode
const INVALID_RADIO_SETTING
The channel tried to set a radio setting which is not supported by this chipset, radio comms settings are now undefined.
Implementation
static const CriticalErrorCode INVALID_RADIO_SETTING =
CriticalErrorCode._(7, _omitEnumNames ? '' : 'INVALID_RADIO_SETTING');