mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-19 17:22:59 +00:00
Change RF95 to deliver packets straight from ISR and no polling for anything
This commit is contained in:
@@ -218,7 +218,7 @@ void MeshService::handleToRadio(std::string s)
|
||||
void MeshService::sendToMesh(MeshPacket *p)
|
||||
{
|
||||
nodeDB.updateFrom(*p); // update our local DB for this packet (because phone might have sent position packets etc...)
|
||||
assert(radio.send(p) == pdTRUE);
|
||||
assert(radio.send(p) == ERRNO_OK);
|
||||
}
|
||||
|
||||
MeshPacket *MeshService::allocForSending()
|
||||
|
||||
Reference in New Issue
Block a user