mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-08 10:57:51 +00:00
BT sleep leak now down to about 200 bytes
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
*/
|
||||
class CustomRF95 : public RH_RF95
|
||||
{
|
||||
friend class MeshRadio; // for debugging we let that class touch pool
|
||||
|
||||
MemoryPool<MeshPacket> &pool;
|
||||
PointerQueue<MeshPacket> &rxDest;
|
||||
PointerQueue<MeshPacket> txQueue;
|
||||
|
||||
Reference in New Issue
Block a user