* new Dispatcher::getCADFailRetryDelay()

Cette révision appartient à :
Scott Powell
2025-02-27 04:05:50 +11:00
Parent be2af61dfe
révision 189ed79d46
13 fichiers modifiés avec 55 ajouts et 15 suppressions
+5 -2
Voir le fichier
@@ -12,8 +12,11 @@ public:
idle(); // put sx126x into standby
// do some basic CAD (blocks for ~12780 micros (on SF 10)!)
bool activity = (((CustomLR1110 *)_radio)->scanChannel() == RADIOLIB_LORA_DETECTED);
idle();
if (activity) {
startRecv();
} else {
idle();
}
return activity;
}