Skip to content

Commit 5c41881

Browse files
ramprasadgme-no-dev
andauthoredJan 7, 2025··
improving logging message while waiting for WiFi (#10739)
Co-authored-by: Me No Dev <[email protected]>
1 parent 9eb7dc6 commit 5c41881

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎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)
Please sign in to comment.