improving logging message while waiting for WiFi (#10739)
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
This commit is contained in:
parent
9eb7dc6f7b
commit
5c41881858
1 changed files with 1 additions and 0 deletions
|
|
@ -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(".");
|
||||
|
|
|
|||
Loading…
Reference in a new issue