Re: [Solved] ESP8266, Arduino UNO - UDP client
Posted: Sat Mar 18, 2017 5:23 pm
At the risk of being obvious, WiFi is not declared because you have neither declared it nor included a .h file that declares it. You have declared WiFiUDP. Presumably you should be using that.