How to print ESP8266 Wifi IP address
example-1.cpp
Serial.println("IP address: ");
Serial.println(WiFi.localIP());
Documentation for Wifi.localIP()
Check out similar posts by category:
ESP8266/ESP32
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow