Rename bootComplete() to onBootComplete() for naming consistency

Matches the existing event-style lifecycle hooks on MainBoard
(onBeforeTransmit, onAfterTransmit) per @liamcottle's review feedback.
This commit is contained in:
AtlavoxDev
2026-05-25 09:50:28 -04:00
orang tua 39a69b86c3
melakukan e5dab6b999
5 mengubah file dengan 5 tambahan dan 5 penghapusan
+1 -1
Melihat File
@@ -104,7 +104,7 @@ void setup() {
the_mesh.sendSelfAdvertisement(16000, false);
#endif
board.bootComplete();
board.onBootComplete();
}
void loop() {