Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By array81
#82086 I have installed last Arduino IDE (1.8.9) and ESP8266 (2.5.0) and when I try to compile my code I get this error:

Code: Select allcannot declare variable 'ntpUDP' to be of abstract type 'WiFiUDP'


There is also ad advise about two WiFiUdp.h libraries, one on Arduino folder and one on ESP8266 folder. The ide use library in Arduino folder.
I have try to delete WIFI library on Arduino folder and can I compile my code.

But is this the right way to solve the problem? WIFI library have more files not only WiFiUDP, and in general I think is a bad idea delete official Arduino library.