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.
### Releases v1.2.0
1. Auto detect ESP32 core and use either built-in LittleFS or [LITTLEFS](https://github.com/lorol/LITTLEFS) library
2. Update `library.json` to use new `headers` for PIO
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,9 +99,11 @@ This [**ESP_DoubleResetDetector** library](https://github.com/khoih-prog/ESP_Dou
99
99
## Prerequisites
100
100
101
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/)
102
+
2.[`ESP32 Core 2.0.1+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/)
103
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.
104
104
105
+
4.[`LITTLEFS v1.0.6+`](https://github.com/lorol/LITTLEFS) for ESP32-based boards using LittleFS with ESP32 core v1.0.4-. To install, check [](https://www.ardu-badge.com/LittleFS_esp32). **Notice**: This [`LITTLEFS library`](https://github.com/lorol/LITTLEFS) has been integrated to Arduino [ESP32 core v1.0.6+](https://github.com/espressif/arduino-esp32/tree/master/libraries/LITTLEFS) and you don't need to install it if using ESP32 core v1.0.6+
106
+
105
107
---
106
108
107
109
## Installation
@@ -271,7 +273,7 @@ This is terminal debug output when running [ESP32_FSWebServer_DRD](https://githu
271
273
```cpp
272
274
Starting ESP32_FSWebServer_DRD with DoubleResetDetect using SPIFFS on ESP32_DEV
273
275
ESP_WiFiManager Version v1.7.5
274
-
ESP_DoubleResetDetector Version v1.1.2
276
+
ESP_DoubleResetDetector Version v1.2.0
275
277
FS File: /ConfigSW.json, size: 150B
276
278
FS File: /CanadaFlag_1.png, size: 40.25KB
277
279
FS File: /CanadaFlag_2.png, size: 8.12KB
@@ -337,7 +339,7 @@ This is terminal debug output when running [ConfigOnDoubleReset](https://github.
337
339
```
338
340
Starting ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP32_DEV
339
341
ESP_WiFiManager Version v1.7.5
340
-
ESP_DoubleResetDetector Version v1.1.2
342
+
ESP_DoubleResetDetector Version v1.2.0
341
343
[WM] RFC925 Hostname = ConfigOnDoubleReset
342
344
[WM] Set CORS Header to : Your Access-Control-Allow-Origin
343
345
Stored: SSID = HueNet1, Pass = 12345678
@@ -381,7 +383,7 @@ entry 0x400806b8
381
383
382
384
Starting ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP32_DEV
383
385
ESP_WiFiManager Version v1.7.5
384
-
ESP_DoubleResetDetector Version v1.1.2
386
+
ESP_DoubleResetDetector Version v1.2.0
385
387
[WM] RFC925 Hostname = ConfigOnDoubleReset
386
388
[WM] Set CORS Header to : Your Access-Control-Allow-Origin
0 commit comments