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.
This commit is contained in:
AtlavoxDev
2026-05-25 09:04:47 -04:00
والد 7227871d6a
کامیت 39a69b86c3
5فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
@@ -119,6 +119,8 @@ void setup() {
modem->setGetCurrentRssiCallback(onGetCurrentRssi);
modem->setGetStatsCallback(onGetStats);
modem->begin();
board.bootComplete();
}
void loop() {