mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-05-01 02:52:53 +02:00
Default lora config
This commit is contained in:
@@ -1521,9 +1521,9 @@ void loop(void)
|
||||
else
|
||||
{
|
||||
doScan();
|
||||
if (TxComms != NULL)
|
||||
if (TxComms != NULL && config.lora_enabled)
|
||||
reportScan(*TxComms);
|
||||
if (RxComms != NULL)
|
||||
if (RxComms != NULL && config.lora_enabled)
|
||||
checkRadio(*RxComms);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user