sx1262 improvements attn @dafeman

This commit is contained in:
geeksville
2020-06-16 06:26:21 -07:00
parent 96a15bec3b
commit 60ad1793e4
4 changed files with 21 additions and 16 deletions

View File

@@ -304,6 +304,8 @@ void RadioLibInterface::startSend(MeshPacket *txp)
printPacket("Starting low level send", txp);
setStandby(); // Cancel any already in process receives
configHardwareForSend(); // must be after setStandby
size_t numbytes = beginSending(txp);
int res = iface->startTransmit(radiobuf, numbytes);