ayushsharma82 / EasyDDNS

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

Compilation errors in EasyDDNS.cpp due to obsolete call to "http.begin" #29

Closed zmartins closed 3 years ago

zmartins commented 3 years ago

Compilation fails due to syntax errors in lines 38 and 85:

error: call to 'HTTPClient::begin' declared with attribute error: obsolete API, use ::begin(WiFiClient, url)

kkeonline commented 3 years ago

See my issue report and edit the lib by that.

zmartins commented 3 years ago

Thank you, kkeonline ! In fact, I had already made such edition in the code right after reading your issue report despite not having understood its previous title.

ayushsharma82 commented 3 years ago

Fixed with v1.7.0 release.