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

View File

@@ -49,8 +49,6 @@
#error "HW_VERSION not set"
#endif
#define MAX_TX_QUEUE 8 // max number of packets which can be waiting for transmission
/**
* A raw low level interface to our mesh. Only understands nodenums and bytes (not protobufs or node ids)