Improve exclude feature
This commit is contained in:
2
radio.c
2
radio.c
@@ -62,7 +62,7 @@ bool RADIO_CheckValidChannel(uint16_t channel, bool checkScanList, uint8_t scanL
|
||||
|
||||
const ChannelAttributes_t att = gMR_ChannelAttributes[channel];
|
||||
|
||||
if (gMR_ChannelExclude[channel] == true)
|
||||
if (checkScanList && gMR_ChannelExclude[channel] == true)
|
||||
return false;
|
||||
|
||||
if (att.band > BAND7_470MHz)
|
||||
|
Reference in New Issue
Block a user