mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 09:26:52 +00:00
more debug output
This commit is contained in:
parent
65406eaa08
commit
25cca0628d
@ -38,7 +38,7 @@ void FloodingRouter::handleReceived(MeshPacket *p)
|
|||||||
} else {
|
} else {
|
||||||
if (p->to == NODENUM_BROADCAST) {
|
if (p->to == NODENUM_BROADCAST) {
|
||||||
if (p->id != 0) {
|
if (p->id != 0) {
|
||||||
DEBUG_MSG("Rebroadcasting received floodmsg to neighbors\n");
|
DEBUG_MSG("Rebroadcasting received floodmsg to neighbors fr=0x%x,to=0x%x,id=%d\n", p->from, p->to, p->id);
|
||||||
// FIXME, wait a random delay
|
// FIXME, wait a random delay
|
||||||
|
|
||||||
MeshPacket *tosend = packetPool.allocCopy(*p);
|
MeshPacket *tosend = packetPool.allocCopy(*p);
|
||||||
|
Loading…
Reference in New Issue
Block a user