JAndrassy / WiFiEspAT

Arduino networking library. Standard Arduino WiFi networking API over ESP8266 or ESP32 AT commands.
GNU Lesser General Public License v2.1
288 stars 44 forks source link

error: 'WiFiEspAtUDP' does not name a type #40

Closed fly3949 closed 3 years ago

fly3949 commented 3 years ago

I tried the example in examples/Advanced/WiFiEspAT2UDP, however it has an error when building.

error: 'WiFiEspAtUDP' does not name a type; did you mean 'WiFiUDP'?

I am using the latest version of this library.

Thanks a lot for providing this library!

fly3949 commented 3 years ago

Solved. I forgot to modify #define WIFIESPAT1