added build flag to enable/disable boot advert

Этот коммит содержится в:
liamcottle
2026-01-26 22:39:39 +13:00
родитель ed589f9620
Коммит d13bc446de
5 изменённых файлов: 9 добавлений и 0 удалений
+2
Просмотреть файл
@@ -77,7 +77,9 @@ void setup() {
#endif
// send out initial zero hop Advertisement to the mesh
#if ENABLE_ADVERT_ON_BOOT == 1
the_mesh.sendSelfAdvertisement(16000, false);
#endif
}
void loop() {