mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-08-22 23:19:44 +00:00
Just check for not channel free
This commit is contained in:
@@ -188,7 +188,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