make txQueue private

This commit is contained in:
geeksville
2020-06-09 15:47:05 -07:00
parent 846fc14b4a
commit a05e45f84b
3 changed files with 3 additions and 2 deletions

View File

@@ -29,6 +29,8 @@ class RadioLibInterface : public RadioInterface, private PeriodicTask
*/
uint32_t rxBad = 0, rxGood = 0, txGood = 0;
PointerQueue<MeshPacket> txQueue = PointerQueue<MeshPacket>(MAX_TX_QUEUE);
protected:
float bw = 125;
uint8_t sf = 9;