Skip to content

Commit e84f7ed

Browse files
authored
improving logging message while waiting for WiFi
1 parent 0515264 commit e84f7ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: libraries/ESP32/examples/Camera/CameraWebServer/CameraWebServer.ino

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ void setup() {
136136
WiFi.begin(ssid, password);
137137
WiFi.setSleep(false);
138138

139+
Serial.print("WiFi connecting");
139140
while (WiFi.status() != WL_CONNECTED) {
140141
delay(500);
141142
Serial.print(".");

0 commit comments

Comments
 (0)