aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Transceiver52M/Transceiver.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp
index 6e446f3..8f6cc4f 100644
--- a/Transceiver52M/Transceiver.cpp
+++ b/Transceiver52M/Transceiver.cpp
@@ -852,6 +852,8 @@ void *TxUpperLoopAdapter(TransceiverChannel *chan)
delete chan;
+ trx->setPriority(0.40);
+
while (1) {
bool stale = false;
// Flush the UDP packets until a successful transfer.