Rename bootComplete() to onBootComplete() for naming consistency

Matches the existing event-style lifecycle hooks on MainBoard
(onBeforeTransmit, onAfterTransmit) per @liamcottle's review feedback.
Bu işleme şunda yer alıyor:
AtlavoxDev
2026-05-25 09:50:28 -04:00
ebeveyn 39a69b86c3
işleme e5dab6b999
5 değiştirilmiş dosya ile 5 ekleme ve 5 silme
+1 -1
Dosyayı Görüntüle
@@ -239,7 +239,7 @@ void setup() {
ui_task.begin(disp, &sensors, the_mesh.getNodePrefs()); // still want to pass this in as dependency, as prefs might be moved
#endif
board.bootComplete();
board.onBootComplete();
}
void loop() {