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,8 +112,8 @@ void NeighborInfoModule::sendNeighborInfo(NodeNum dest, bool wantReplies)
// only send neighbours if we have some to send
if (neighborInfo.neighbors_count > 0) {
printNeighborInfo("SENDING", &neighborInfo);
service->sendToMesh(p, RX_SRC_LOCAL, true);
}
service->sendToMesh(p, RX_SRC_LOCAL, true);
}
/*