ropg / ezTime

ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
MIT License
327 stars 92 forks source link

Add support for WifiEsp library #103

Closed t1m0thyj closed 3 years ago

t1m0thyj commented 3 years ago

This makes it possible to use ezTime with a standard Arduino board and ESP8266 WiFi shield, if EZTIME_WIFIESP is defined.

Thanks for creating such an easy-to-use library that "just works" for building an Arduino desk clock 🙂