Include all the things

This commit is contained in:
Tom Fifield 2025-07-29 21:03:26 +10:00
parent 05b34449d9
commit 439534f1fb

View File

@ -112,9 +112,9 @@ void NeighborInfoModule::sendNeighborInfo(NodeNum dest, bool wantReplies)
// only send neighbours if we have some to send // only send neighbours if we have some to send
if (neighborInfo.neighbors_count > 0) { if (neighborInfo.neighbors_count > 0) {
printNeighborInfo("SENDING", &neighborInfo); printNeighborInfo("SENDING", &neighborInfo);
}
service->sendToMesh(p, RX_SRC_LOCAL, true); service->sendToMesh(p, RX_SRC_LOCAL, true);
} }
}
/* /*
Encompasses the full construction and sending packet to mesh Encompasses the full construction and sending packet to mesh