boot adverts are now zero hop instead of flood

This commit is contained in:
liamcottle
2026-01-26 22:20:36 +13:00
parent 4b7684c7df
commit ed589f9620
11 changed files with 30 additions and 17 deletions

View File

@@ -76,8 +76,8 @@ void setup() {
ui_task.begin(the_mesh.getNodePrefs(), FIRMWARE_BUILD_DATE, FIRMWARE_VERSION);
#endif
// send out initial Advertisement to the mesh
the_mesh.sendSelfAdvertisement(16000);
// send out initial zero hop Advertisement to the mesh
the_mesh.sendSelfAdvertisement(16000, false);
}
void loop() {