8000 improving logging message while waiting for WiFi (#10739) · Jason2866/arduino-esp32@5c41881 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5c41881

Browse files
improving logging message while waiting for WiFi (espressif#10739)
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
1 parent 9eb7dc6 commit 5c41881

File tr 8000 ee

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/ESP32/examples/Camera/CameraWebServer/CameraWebServer.ino

Lines changed: 1 addition & 0 deletions
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)
0