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.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](#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.
This is terminal debug output when running [Async_ConfigOnDoubleReset_TZ](examples/Async_ConfigOnDoubleReset_TZ) on **ESP32_DEV.**. Config Portal was requested by DRD to input and save Credentials. The boards then connected to WiFi using new Static IP successfully, with correct local time, TZ set and using NTP
4286
4289
4287
4290
4288
-
### 8.1 DRD => Config Portal
4291
+
####8.1 DRD => Config Portal
4289
4292
4290
4293
```
4291
4294
Starting Async_ConfigOnDoubleReset_TZ using LittleFS on ESP32_DEV
@@ -4309,7 +4312,7 @@ Open Config Portal without Timeout: Double Reset Detected
### 8.2 Data Saved => Connect to WiFi with correct local time, TZ set and using NTP
4315
+
####8.2 Data Saved => Connect to WiFi with correct local time, TZ set and using NTP
4313
4316
4314
4317
```
4315
4318
[WM] Connecting to new AP
@@ -4329,7 +4332,7 @@ Local Date/Time: Sat May 1 00:16:30 2021
4329
4332
Local Date/Time: Sat May 1 00:17:30 2021
4330
4333
```
4331
4334
4332
-
### 8.3 Normal running with correct local time, TZ set and using NTP
4335
+
####8.3 Normal running with correct local time, TZ set and using NTP
4333
4336
4334
4337
```
4335
4338
Starting Async_ConfigOnDoubleReset_TZ using LittleFS on ESP32_DEV
@@ -4376,7 +4379,7 @@ Local Date/Time: Sat May 1 00:15:19 2021
4376
4379
4377
4380
This is terminal debug output when running [Async_ESP_FSWebServer_DRD](examples/Async_ESP_FSWebServer_DRD) on **ESP8266_NODEMCU.**. Config Portal was requested by DRD to input and save Credentials. The boards then connected to WiFi using new Static IP successfully, with correct local time, TZ set and using NTP
4378
4381
4379
-
### 9.1 DRD => Config Portal
4382
+
####9.1 DRD => Config Portal
4380
4383
4381
4384
```
4382
4385
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU
@@ -4415,7 +4418,7 @@ Configuring AP SSID = ESP_AB1481
4415
4418
```
4416
4419
4417
4420
4418
-
### 9.2 Data Saved => Connect to WiFi with correct local time, TZ set and using NTP
4421
+
####9.2 Data Saved => Connect to WiFi with correct local time, TZ set and using NTP
4419
4422
4420
4423
```
4421
4424
[WM] Connecting to new AP
@@ -4449,7 +4452,7 @@ Local Date/Time: Sat May 1 03:12:54 2021
4449
4452
```
4450
4453
4451
4454
4452
-
### 9.3 Normal running with correct local time, TZ set and using NTP
4455
+
####9.3 Normal running with correct local time, TZ set and using NTP
4453
4456
4454
4457
```
4455
4458
Starting Async_ESP_FSWebServer_DRD using LittleFS on ESP8266_NODEMCU
0 commit comments