don't assert fail if the txfifo is full, just drop the packet

This commit is contained in:
geeksville
2020-02-18 20:17:11 -08:00
parent acce254685
commit ae023a57e8
4 changed files with 13 additions and 6 deletions
+3
View File
@@ -7,6 +7,9 @@
#include "PointerQueue.h"
#include "MeshTypes.h"
#define MAX_TX_QUEUE 16 // max number of packets which can be waiting for transmission
/**
* A version of the RF95 driver which is smart enough to manage packets via queues (no polling or blocking in user threads!)
*/