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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use SPIFFS for caching timezone?

BigBird0000 opened this issue · comments

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

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