Add MainBoard::bootComplete() hook for boot-indicator LED feedback

Framework for upcoming variant-specific PRs that add LED feedback during boot. The hook gives users visual cues that the device is busy and
shouldn't be interacted with until startup completes.
Этот коммит содержится в:
AtlavoxDev
2026-05-25 09:04:47 -04:00
родитель 7227871d6a
Коммит 39a69b86c3
5 изменённых файлов: 12 добавлений и 0 удалений
+2
Просмотреть файл
@@ -80,6 +80,8 @@ void setup() {
#if ENABLE_ADVERT_ON_BOOT == 1
the_mesh.sendSelfAdvertisement(16000, false);
#endif
board.bootComplete();
}
void loop() {