Just check for not channel free
This commit is contained in:
@@ -178,7 +178,7 @@ bool RadioLibWrapper::isChannelActive() {
|
||||
int16_t result = performChannelScan();
|
||||
// scanChannel() leaves radio in standby — restart RX regardless of result
|
||||
startRecv();
|
||||
return (result == RADIOLIB_LORA_DETECTED || result == RADIOLIB_PREAMBLE_DETECTED);
|
||||
return result != RADIOLIB_CHANNEL_FREE;
|
||||
}
|
||||
|
||||
float RadioLibWrapper::getLastRSSI() const {
|
||||
|
||||
Reference in New Issue
Block a user