boot adverts are now zero hop instead of flood

Этот коммит содержится в:
liamcottle
2026-01-26 22:20:36 +13:00
родитель 4b7684c7df
Коммит ed589f9620
11 изменённых файлов: 30 добавлений и 17 удалений
+2 -2
Просмотреть файл
@@ -87,8 +87,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() {