gmag11 / ESPNtpClient

High accuracy NTP library for ESP32 and ESP8266
MIT License
118 stars 25 forks source link

Making the library esp idf compatible (no Arduino libraries) #18

Closed trichl closed 3 years ago

trichl commented 3 years ago

Hey there,

that's rather a feature request than an issue. First of all, thanks for the cool library. I think it would be super awesome to make the code Arduino independent (esp idf only). Have you ever thought about porting it?

Best, Timm

gmag11 commented 3 years ago

That's a great idea. It should not be difficult. The challenge here is that I'm not used to program using IDF directly so I do not have the skills to do the integration. Feel free to do a fork or a pull request