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
parent 39a69b86c3
commit e5dab6b999
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ void setup() {
the_mesh.sendSelfAdvertisement(16000, false);
#endif
board.bootComplete();
board.onBootComplete();
}
void loop() {