mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 17:42:48 +00:00
Removing stuff I accidently checked in for the duplexer
This commit is contained in:
parent
f60922af34
commit
3ab9d2a50e
@ -197,8 +197,6 @@ void RadioLibInterface::completeSending()
|
||||
txGood++;
|
||||
printPacket("Completed sending", p);
|
||||
|
||||
digitalWrite(RADIO_TXRX, 0);
|
||||
|
||||
// We are done sending that packet, release it
|
||||
packetPool.release(p);
|
||||
// DEBUG_MSG("Done with send\n");
|
||||
@ -256,12 +254,10 @@ void RadioLibInterface::handleReceiveInterrupt()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/** start an immediate transmit */
|
||||
void RadioLibInterface::startSend(MeshPacket *txp)
|
||||
{
|
||||
digitalWrite(RADIO_TXRX, 1);
|
||||
|
||||
printPacket("Starting low level send", txp);
|
||||
setStandby(); // Cancel any already in process receives
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user