Skip to content

Commit 4fec264

Browse files
authored
fix: Update ESP-WebServer.ino
Added missing IP address log
1 parent 695777b commit 4fec264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/ESP-WebServer/ESP-WebServer.ino

+1
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ const char MAIN_page[] PROGMEM = R"=====(
271271

272272
void setup() {
273273
Serial.begin(115200);
274+
Serial.println(WiFi.localIP());
274275
sensors.begin();
275276

276277
for (int i = 0; i < MAX_SENSORS; i++) {

0 commit comments

Comments
 (0)