ayushsharma82 / EasyDDNS

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

Added ESP32 and enom support #9

Closed vivian-ng closed 5 years ago

vivian-ng commented 5 years ago

I have added ESP32 support using #if defined() statements.

Also added code to allow updating of host IP for those using enom, using the API code from ddclient's enom.patch found here.

Hopefully someone can conduct some extensive testing for this, but theoretically, it should work.