mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 09:43:03 +00:00
sx1262 improvements attn @dafeman
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user