mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-02 11:55:56 +00:00
Include all the things
This commit is contained in:
parent
05b34449d9
commit
439534f1fb
@ -112,8 +112,8 @@ 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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user