we now send owner at boot

This commit is contained in:
geeksville
2020-02-06 10:58:19 -08:00
parent 241e262f5c
commit 2792e2148f
5 changed files with 44 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ bool MeshRadio::init()
ErrorCode MeshRadio::send(MeshPacket *p)
{
DEBUG_MSG("enquing packet for sending on mesh\n");
DEBUG_MSG("enquing packet for send from=%d, to=%d\n", p->from, p->to);
return txQueue.enqueue(p, 0); // nowait
}