robust handshake for SSID List, next check the confirmations

This commit is contained in:
2025-12-18 22:08:07 -06:00
parent 3e07f81728
commit 74a11de043
9 changed files with 250 additions and 49 deletions

View File

@@ -5,8 +5,7 @@
void initialSetup() {
NimBLEAdvertising* pAdv = initBLE();
while (1) { // try to connect to wifi too.
BLEtick(pAdv);
while (!BLEtick(pAdv)) {
vTaskDelay(pdMS_TO_TICKS(10));
}
}