Converting ESP8266 IP address to string or character array. There is simple way to convert IP address to string is using toString() function.
WiFi.localIP().toString();
Converting ESP8266 IP address to string or character array. There is simple way to convert IP address to string is using toString() function.
WiFi.localIP().toString();