Skip to content

Commit

Permalink
Merge pull request #48 from blinker-iot/dev
Browse files Browse the repository at this point in the history
update codes
  • Loading branch information
i3water authored Jun 13, 2018
2 parents f7b7535 + d48b6e4 commit a3dd8ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BlinkerSimpleESP32_WS.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ class BlinkerSimpleESP32_WS

BLINKER_LOG1("Waiting for SmartConfig.");
while (!WiFi.smartConfigDone()) {
delay(500);
::delay(500);
}

BLINKER_LOG1("SmartConfig received.");

BLINKER_LOG1("Waiting for WiFi");
while (WiFi.status() != WL_CONNECTED) {
delay(500);
::delay(500);
}

BLINKER_LOG1("WiFi Connected.");
Expand Down

0 comments on commit a3dd8ee

Please sign in to comment.