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);
}
/*
@ -215,4 +215,4 @@ meshtastic_Neighbor *NeighborInfoModule::getOrCreateNeighbor(NodeNum originalSen
neighbors.push_back(new_nbr);
}
return &neighbors.back();
}
}