I tried the ESP8266sendMessage example and when I verified I got the error: 'class WiFiUDP' has no member named 'localPort'
It came from this line in the sketch: Serial.println(Udp.localPort());
I tried commenting it out and it compiled fine. But then when I checked the serial monitor, all that was printing was:
Connecting to (nameOfMyNetwork)
.............................................................................
And it just never fully connected. I don't know if this problem was caused by the first, or what is going on.