fix issue in single TSBK mode where CC data would try to transmit across the network;

pull/12/head
Bryan Biedenkapp 4 years ago
parent 487ff46945
commit df1a77129b

@ -2007,7 +2007,7 @@ void TrunkPacket::queueRF_TSBK_Ctrl(uint8_t lco)
writeRF_TSDU_MBF();
}
else {
writeRF_TSDU_SBF(false);
writeRF_TSDU_SBF(true);
}
}

Loading…
Cancel
Save

Powered by TurnKey Linux.