mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 03:00:56 +00:00
we now hopefully apply the same radio settings as we did for the RF95
This commit is contained in:
@@ -19,4 +19,5 @@ void RadioInterface::deliverToReceiver(MeshPacket *p)
|
||||
{
|
||||
assert(rxDest);
|
||||
assert(rxDest->enqueue(p, 0)); // NOWAIT - fixme, if queue is full, delete older messages
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user