Release no-LoRa packet after sending to phone (#5254)

This commit is contained in:
GUVWAF
2024-11-04 21:13:54 +01:00
committed by GitHub
parent f3b698905d
commit 7ba6d97e99
4 changed files with 22 additions and 12 deletions

View File

@@ -162,8 +162,9 @@ class RadioLibInterface : public RadioInterface, protected concurrency::Notified
/** start an immediate transmit
* This method is virtual so subclasses can hook as needed, subclasses should not call directly
* @return true if packet was sent
*/
virtual void startSend(meshtastic_MeshPacket *txp);
virtual bool startSend(meshtastic_MeshPacket *txp);
meshtastic_QueueStatus getQueueStatus();