Removing stuff I accidently checked in for the duplexer

1.2-legacy
Jm Casler 2020-11-22 16:24:22 -08:00
rodzic f60922af34
commit 3ab9d2a50e
1 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -197,8 +197,6 @@ void RadioLibInterface::completeSending()
txGood++; txGood++;
printPacket("Completed sending", p); printPacket("Completed sending", p);
digitalWrite(RADIO_TXRX, 0);
// We are done sending that packet, release it // We are done sending that packet, release it
packetPool.release(p); packetPool.release(p);
// DEBUG_MSG("Done with send\n"); // DEBUG_MSG("Done with send\n");
@ -256,12 +254,10 @@ void RadioLibInterface::handleReceiveInterrupt()
} }
} }
} }
/** start an immediate transmit */ /** start an immediate transmit */
void RadioLibInterface::startSend(MeshPacket *txp) void RadioLibInterface::startSend(MeshPacket *txp)
{ {
digitalWrite(RADIO_TXRX, 1);
printPacket("Starting low level send", txp); printPacket("Starting low level send", txp);
setStandby(); // Cancel any already in process receives setStandby(); // Cancel any already in process receives