Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Major Release v1.8.0 to add optional auto-Timezone feature and update examples to show how to use the new TZ feature

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 02 May 06:32
· 84 commits to master since this release
f7e9e0e

Major Releases v1.8.0

  1. Add auto-Timezone feature with variable _timezoneName (e.g. America/New_York) and function to retrieve TZ (e.g. EST5EDT,M3.2.0,M11.1.0) to use directly to configure ESP32/ESP8266 timezone. Check How to retrieve timezone? #51
  2. Store those _timezoneName and TZ in LittleFS or SPIFFS config file.
  3. Using these new timezone feature is optional.
  4. Add checksum in config file to validate data read from LittleFS or SPIFFS config file.
  5. Update examples to show how to use the new TZ feature.