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.
<ahref="https://www.buymeacoffee.com/khoihprog6"target="_blank"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"alt="Buy Me A Coffee"style="height: 50px!important;width: 181px!important;" ></a>
9
+
<ahref="https://www.buymeacoffee.com/khoihprog6"title="Donate to my libraries using BuyMeACoffee"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"alt="Donate to my libraries using BuyMeACoffee"style="height: 50px!important;width: 181px!important;" ></a>
10
+
<ahref="https://www.buymeacoffee.com/khoihprog6"title="Donate to my libraries using BuyMeACoffee"><imgsrc="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-orange.svg?logo=buy-me-a-coffee&logoColor=FFDD00"style="height: 20px!important;width: 200px!important;" ></a>
This is terminal debug output when running [ESP32_FSWebServer_DRD](https://github.com/khoih-prog/ESP_WiFiManager/tree/master/examples/ESP32_FSWebServer_DRD) on ***ESP32 ESP32_DEV.***. Config Portal was requested by DRD to input and save Credentials. The boards then connected to WiFi AP **HueNet1** using new Static IP successfully. WiFi AP **HueNet1** is then lost, and board **autoreconnects** itself to backup WiFi AP **HueNet2**.
287
+
This is terminal debug output when running [ESP32_FSWebServer_DRD](https://github.com/khoih-prog/ESP_WiFiManager/tree/master/examples/ESP32_FSWebServer_DRD) on **ESP32 ESP32_DEV.**. Config Portal was requested by DRD to input and save Credentials. The boards then connected to WiFi AP **HueNet1** using new Static IP successfully. WiFi AP **HueNet1** is then lost, and board **autoreconnects** itself to backup WiFi AP **HueNet2**.
276
288
277
289
```cpp
278
290
Starting ESP32_FSWebServer_DRD with DoubleResetDetect using SPIFFS on ESP32_DEV
This is terminal debug output when running [ConfigOnDoubleReset](https://github.com/khoih-prog/ESP_WiFiManager/tree/master/examples/ConfigOnDoubleReset) on ***ESP32 ESP32_DEV.***. Config Portal was requested by DRD to input and save Credentials.
352
+
This is terminal debug output when running [ConfigOnDoubleReset](https://github.com/khoih-prog/ESP_WiFiManager/tree/master/examples/ConfigOnDoubleReset) on **ESP32 ESP32_DEV.**. Config Portal was requested by DRD to input and save Credentials.
341
353
342
354
343
355
```
344
356
Starting ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP32_DEV
345
-
ESP_WiFiManager Version v1.9.0
346
-
ESP_DoubleResetDetector Version v1.3.0
357
+
ESP_WiFiManager v1.10.1
358
+
ESP_DoubleResetDetector v1.3.1
347
359
[WM] RFC925 Hostname = ConfigOnDoubleReset
348
360
[WM] Set CORS Header to : Your Access-Control-Allow-Origin
349
361
Stored: SSID = HueNet1, Pass = 12345678
@@ -386,8 +398,8 @@ load:0x40080400,len:6352
386
398
entry 0x400806b8
387
399
388
400
Starting ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP32_DEV
389
-
ESP_WiFiManager Version v1.9.0
390
-
ESP_DoubleResetDetector Version v1.3.0
401
+
ESP_WiFiManager Version v1.10.1
402
+
ESP_DoubleResetDetector Version v1.3.1
391
403
[WM] RFC925 Hostname = ConfigOnDoubleReset
392
404
[WM] Set CORS Header to : Your Access-Control-Allow-Origin
#### 3. ESPAsync_WiFi using LittleFS on ESP32S3_DEV
416
428
417
-
This is terminal debug output when running [ESPAsync_WiFi](https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite/tree/master/examples/ESPAsync_WiFi) on ***ESP32 ESP32S3_DEV.***. Config Portal was requested by DRD to input and save Credentials.
429
+
This is terminal debug output when running [ESPAsync_WiFi](https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite/tree/master/examples/ESPAsync_WiFi) on **ESP32 ESP32S3_DEV.**. Config Portal was requested by DRD to input and save Credentials.
418
430
419
431
420
432
```
421
433
Starting ESPAsync_WiFi using LittleFS on ESP32S3_DEV
422
-
ESPAsync_WiFiManager_Lite v1.7.0
423
-
ESP_DoubleResetDetector v1.3.0
434
+
ESPAsync_WiFiManager_Lite v1.8.2
435
+
ESP_DoubleResetDetector v1.3.1
424
436
LittleFS Flag read = 0xD0D01234
425
437
doubleResetDetected
426
438
Saving config file...
@@ -536,10 +548,13 @@ Submit issues to: [ESP_DoubleResetDetector issues](https://github.com/khoih-prog
536
548
### Contributions and thanks
537
549
538
550
1. Thanks to [zobix](https://github.com/zobix) for report the bug in [Isssue 2](https://github.com/khoih-prog/ESP_DoubleResetDetector/issues/2)
551
+
1. Thanks to [Tochi Moreno](https://github.com/tochimoreno) for enhancement request in [DRD is waiting for a double reset? #14](https://github.com/khoih-prog/ESP_DoubleResetDetector/discussions/14) leading to v1.3.1 to add `waitingForDRD()` function to signal in DRD wating period
Copy file name to clipboardExpand all lines: changelog.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
## Table of Contents
13
13
14
14
*[Changelog](#changelog)
15
+
*[Releases v1.3.1](#releases-v131)
15
16
*[Releases v1.3.0](#releases-v130)
16
17
*[Releases v1.2.1](#releases-v121)
17
18
*[Releases v1.2.0](#releases-v120)
@@ -27,6 +28,11 @@
27
28
28
29
## Changelog
29
30
31
+
### Releases v1.3.1
32
+
33
+
1. Add waitingForDRD() function to signal in DRD wating period. Check [DRD is waiting for a double reset? #14](https://github.com/khoih-prog/ESP_DoubleResetDetector/discussions/14)
34
+
2. Add example [checkWaitingDRD](https://github.com/khoih-prog/ESP_DoubleResetDetector/tree/master/examples/checkWaitingDRD) to demo how to use the new feature.
35
+
30
36
### Releases v1.3.0
31
37
32
38
1. Add support to `ESP32_S3` using [ESP32 core, esp32-s3-support branch, v2.0.2+](https://github.com/espressif/arduino-esp32/tree/esp32-s3-support)
"description": "Library to detect a double reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32. An alternative start-up mode can be used. One example use is to allow re-configuration of device WiFi credentials. Now supporting ESP32_C3, ESP32_S2 ans ESP32_S3",
0 commit comments