These are chat archives for esp8266/Arduino
Arduino IDE for ESP8266
toString()! jeez. I've been this for ages:IPAddress ip = WiFi.localIP(); String s_ip =String(ip[0])+"."+String(ip[1])+"."+String(ip[2])+"."+String(ip[3]);
toString() is a lot simpler! haha