Skip to content

Commit

Permalink
improving logging message while waiting for WiFi (#10739)
Browse files Browse the repository at this point in the history
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
  • Loading branch information
ramprasadg and me-no-dev authored Jan 7, 2025
1 parent 9eb7dc6 commit 5c41881
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ void setup() {
WiFi.begin(ssid, password);
WiFi.setSleep(false);

Serial.print("WiFi connecting");
while (WiFi.status() != WL_CONNECTED) {
delay(500);
Serial.print(".");
Expand Down

0 comments on commit 5c41881

Please sign in to comment.