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

Use SPIFFS for caching timezone? #147

Open BigBird0000 opened 2 years ago

BigBird0000 commented 2 years ago

Is it possible for you to use SPIFFS when caching a timezone instead of EEPROM or NVS?

scottchiefbaker commented 6 months ago

Why SPIFFS over EEPROM? The preferences APIs seems like it was made just for this.