You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
### Major Releases v1.7.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](khoih-prog/ESPAsync_WiFiManager#51) for more info.
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.
*[7.2 Data Saved => Connect to WiFi with correct local time, TZ set and using NTP](#72-data-saved--connect-to-wifi-with-correct-local-time-tz-set-and-using-ntp)
170
-
*[8. ConfigOnDoubleReset on ESP32_DEV](#8-configondoublereset-on-esp32_dev)
170
+
*[7.3 Normal running with correct local time, TZ set and using NTP](#73-normal-running-with-correct-local-time-tz-set-and-using-ntp)
171
+
*[8. ConfigOnDoubleReset on ESP32S2_DEV](#8-configondoublereset-on-esp32s2_dev)
171
172
*[8.1 No Data => Config Portal](#81-no-data--config-portal)
172
173
*[8.2 Data Saved => Connect to WiFi with correct local time, TZ set and using NTP](#82-data-saved--connect-to-wifi-with-correct-local-time-tz-set-and-using-ntp)
174
+
*[8.3 Normal running with correct local time, TZ set and using NTP](#83-normal-running-with-correct-local-time-tz-set-and-using-ntp)
0 commit comments