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

Commit da4e0f9

Browse files
authored
Major Releases v1.7.0 to use auto-TZ
### 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.
1 parent 964fe5b commit da4e0f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,11 @@
167167
* [7. ConfigOnDoubleReset on ESP32_DEV](#7-configondoublereset-on-esp32_dev)
168168
* [7.1 DRD => Config Portal](#71-drd--config-portal)
169169
* [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)
171172
* [8.1 No Data => Config Portal](#81-no-data--config-portal)
172173
* [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)
173175
* [Debug](#debug)
174176
* [Troubleshooting](#troubleshooting)
175177
* [Issues](#issues)

0 commit comments

Comments
 (0)