ayushsharma82 / EasyDDNS

Easy to Use ESP8266 & ESP32 DDNS Update Client Library.
MIT License
195 stars 59 forks source link

Question about "WiFiServer server(80)" object #36

Open Grimaction opened 2 years ago

Grimaction commented 2 years ago

Hi, I deleted this object: https://github.com/ayushsharma82/EasyDDNS/blob/2eec07a727d8c9f386365a766cded6dda6bfd983/examples/DDNS_Client/DDNS_Client.ino#L14

and "begin" method https://github.com/ayushsharma82/EasyDDNS/blob/2eec07a727d8c9f386365a766cded6dda6bfd983/examples/DDNS_Client/DDNS_Client.ino#L25

and in my case no-ip on Wemos D1 mini (esp8266) code works fine on Arduino 1.8.16. Is this needed for other things?