Merge branch 'dev' into solar-watchdog

This commit is contained in:
Quency-D
2026-02-09 10:15:50 +08:00
committed by GitHub
254 changed files with 5226 additions and 972 deletions
+4 -2
View File
@@ -114,8 +114,10 @@ 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
#if ENABLE_ADVERT_ON_BOOT == 1
the_mesh.sendSelfAdvertisement(16000, false);
#endif
}
void loop() {