mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-10 11:57:25 +00:00
massive WIP updates to create a clean Router abstraction for mesh
This commit is contained in:
@@ -76,7 +76,7 @@ class MeshRadio
|
||||
/** pool is the pool we will alloc our rx packets from
|
||||
* rxDest is where we will send any rx packets, it becomes receivers responsibility to return packet to the pool
|
||||
*/
|
||||
MeshRadio(MemoryPool<MeshPacket> &pool, PointerQueue<MeshPacket> &rxDest);
|
||||
MeshRadio();
|
||||
|
||||
bool init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user