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.
*[Libraries using ESP_DoubleResetDetector or DoubleResetDetector_Generic library](#libraries-using-esp_doubleresetdetector-or-doubleresetdetector_generic-library)
66
61
*[Debug](#debug)
67
62
*[Troubleshooting](#troubleshooting)
68
-
*[Releases](#releases)
69
63
*[Issues](#issues)
70
64
*[TO DO](#to-do)
71
65
*[DONE](#done)
@@ -102,42 +96,11 @@ This [**ESP_DoubleResetDetector** library](https://github.com/khoih-prog/ESP_Dou
102
96
---
103
97
---
104
98
105
-
## Changelog
106
-
107
-
### Releases v1.1.1
108
-
109
-
1. Clean-up all compiler warnings possible.
110
-
2. Add Table of Contents
111
-
3. Modify Version String
112
-
113
-
### Releases v1.1.0
114
-
115
-
1. Add support to LittleFS for ESP32 using [LITTLEFS](https://github.com/lorol/LITTLEFS) Library
116
-
117
-
### Releases v1.0.3
118
-
119
-
1. Update to use the new LittleFS for ESP8266 core 2.7.1+
120
-
2. Update [minimal example](examples/minimal)
121
-
122
-
#### Releases v1.0.2
123
-
124
-
1. Fix bug by left-over cpp file.
125
-
2. Fix bug in example.
126
-
3. Enhance README.md
127
-
128
-
#### Releases v1.0.1
129
-
130
-
1. Add EEPROM and SPIFFS support, besides RTC memory, for ESP8266
131
-
2. Add SPIFFS support, besides EEPROM, for ESP32
132
-
133
-
---
134
-
---
135
-
136
99
## Prerequisites
137
100
138
-
1.[`Arduino IDE 1.8.13+` for Arduino](https://www.arduino.cc/en/Main/Software)
139
-
2.[`ESP32 Core 1.0.4+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards
140
-
3.[`ESP8266 Core 2.7.4+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. SPIFFS is deprecated from ESP8266 core 2.7.1+.
101
+
1.[`Arduino IDE 1.8.16+` for Arduino](https://www.arduino.cc/en/Main/Software)
102
+
2.[`ESP32 Core 2.0.0+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/)
103
+
3.[`ESP8266 Core 3.0.2+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. [](https://github.com/esp8266/Arduino/releases/latest/). SPIFFS is deprecated from ESP8266 core 2.7.1+, to use LittleFS.
141
104
142
105
---
143
106
@@ -157,7 +120,7 @@ The best and easiest way is to use `Arduino Library Manager`. Search for `ESP_Do
3. Install [**ESP_DoubleResetDetector** library](https://platformio.org/lib/show/6935/ESP_DoubleResetDetector) by using [Library Manager](https://platformio.org/lib/show/6935/ESP_DoubleResetDetector/installation). Search for **ESP_DoubleResetDetector** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
123
+
3. Install [**ESP_DoubleResetDetector** library](https://platformio.org/lib/show/11521/ESP_DoubleResetDetector) by using [Library Manager](https://platformio.org/lib/show/11521/ESP_DoubleResetDetector/installation). Search for **ESP_DoubleResetDetector** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
161
124
4. Use included [platformio.ini](platformio/platformio.ini) file from examples to ensure that all dependent libraries will installed automatically. Please visit documentation for the other options and examples at [Project Configuration File](https://docs.platformio.org/page/projectconf.html)
162
125
163
126
---
@@ -307,8 +270,8 @@ This is terminal debug output when running [ESP32_FSWebServer_DRD](https://githu
307
270
308
271
```cpp
309
272
Starting ESP32_FSWebServer_DRD with DoubleResetDetect using SPIFFS on ESP32_DEV
310
-
ESP_WiFiManager Version v1.4.1
311
-
ESP_DoubleResetDetector Version v1.1.1
273
+
ESP_WiFiManager Version v1.7.5
274
+
ESP_DoubleResetDetector Version v1.1.2
312
275
FS File: /ConfigSW.json, size: 150B
313
276
FS File: /CanadaFlag_1.png, size: 40.25KB
314
277
FS File: /CanadaFlag_2.png, size: 8.12KB
@@ -373,8 +336,8 @@ This is terminal debug output when running [ConfigOnDoubleReset](https://github.
373
336
374
337
```
375
338
Starting ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP32_DEV
376
-
ESP_WiFiManager Version v1.4.1
377
-
ESP_DoubleResetDetector Version v1.1.1
339
+
ESP_WiFiManager Version v1.7.5
340
+
ESP_DoubleResetDetector Version v1.1.2
378
341
[WM] RFC925 Hostname = ConfigOnDoubleReset
379
342
[WM] Set CORS Header to : Your Access-Control-Allow-Origin
380
343
Stored: SSID = HueNet1, Pass = 12345678
@@ -417,8 +380,8 @@ load:0x40080400,len:6352
417
380
entry 0x400806b8
418
381
419
382
Starting ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP32_DEV
420
-
ESP_WiFiManager Version v1.3.0
421
-
ESP_DoubleResetDetector Version v1.1.0
383
+
ESP_WiFiManager Version v1.7.5
384
+
ESP_DoubleResetDetector Version v1.1.2
422
385
[WM] RFC925 Hostname = ConfigOnDoubleReset
423
386
[WM] Set CORS Header to : Your Access-Control-Allow-Origin
424
387
Stored: SSID = HueNet1, Pass = jenniqqs
@@ -491,37 +454,6 @@ Sometimes, the library will only work if you update the `ESP32 / ESP8266` core t
491
454
---
492
455
---
493
456
494
-
### Releases
495
-
496
-
### Releases v1.1.1
497
-
498
-
1. Clean-up all compiler warnings possible.
499
-
2. Add Table of Contents
500
-
3. Modify Version String
501
-
502
-
### Releases v1.1.0
503
-
504
-
1. Add support to LittleFS for ESP32 using [LITTLEFS](https://github.com/lorol/LITTLEFS) Library
505
-
506
-
### Releases v1.0.3
507
-
508
-
1. Update to use the new LittleFS for ESP8266 core 2.7.1+
509
-
2. Update [minimal example](examples/minimal)
510
-
511
-
#### Releases v1.0.2
512
-
513
-
1. Fix bug by left-over cpp file.
514
-
2. Fix bug in example.
515
-
3. Enhance README.md
516
-
517
-
#### Releases v1.0.1
518
-
519
-
1. Add EEPROM and SPIFFS support, besides RTC memory, for ESP8266
520
-
2. Add SPIFFS support, besides EEPROM, for ESP32
521
-
522
-
---
523
-
---
524
-
525
457
### Issues ###
526
458
527
459
Submit issues to: [ESP_DoubleResetDetector issues](https://github.com/khoih-prog/ESP_DoubleResetDetector/issues)
0 commit comments