ElektorLabs / 180662-mini-NTP-ESP32

mini NTP server with GPS and ESP32
GNU General Public License v3.0
31 stars 10 forks source link

"Ticker" library by Bert Melis meanwhile merged into the ESP32 Arduino core... #2

Closed dl9sec closed 4 years ago

dl9sec commented 4 years ago

The "Ticker" library by Bert Melis has been merged into the Arduino ESP32 core (see https://github.com/bertmelis/Ticker-esp32), so there is no need to include it into the libraries directory. You will not find it in the library manager...

lab-mathias-claussen commented 4 years ago

Hi dl9sec,

thanks for the information, we will update the code soon and remove the includes for the library.

Best Regards

CalM

lab-mathias-claussen commented 4 years ago

Includes need to stay, but library no longer mentioned as dependency

dl9sec commented 4 years ago

Deleted in the sources, but not in the README.md :-)