diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp index 6e446f37..8f6cc4f9 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.