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.
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ This [**ESP_DoubleResetDetector** library](https://github.com/khoih-prog/ESP_Dou
102
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_esp32 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_esp32 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+
105
+
4.[`LittleFS_esp32 v1.0.6+`](https://github.com/lorol/LITTLEFS) for ESP32-based boards using LittleFS with ESP32 core v1.0.5-. To install, check [](https://www.ardu-badge.com/LittleFS_esp32). **Notice**: This [`LittleFS_esp32 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
106
107
107
---
108
108
@@ -272,8 +272,8 @@ This is terminal debug output when running [ESP32_FSWebServer_DRD](https://githu
272
272
273
273
```cpp
274
274
Starting ESP32_FSWebServer_DRD with DoubleResetDetect using SPIFFS on ESP32_DEV
275
-
ESP_WiFiManager Version v1.7.5
276
-
ESP_DoubleResetDetector Version v1.2.0
275
+
ESP_WiFiManager Version v1.7.7
276
+
ESP_DoubleResetDetector Version v1.2.1
277
277
FS File: /ConfigSW.json, size: 150B
278
278
FS File: /CanadaFlag_1.png, size: 40.25KB
279
279
FS File: /CanadaFlag_2.png, size: 8.12KB
@@ -338,8 +338,8 @@ This is terminal debug output when running [ConfigOnDoubleReset](https://github.
338
338
339
339
```
340
340
Starting ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP32_DEV
341
-
ESP_WiFiManager Version v1.7.5
342
-
ESP_DoubleResetDetector Version v1.2.0
341
+
ESP_WiFiManager Version v1.7.7
342
+
ESP_DoubleResetDetector Version v1.2.1
343
343
[WM] RFC925 Hostname = ConfigOnDoubleReset
344
344
[WM] Set CORS Header to : Your Access-Control-Allow-Origin
345
345
Stored: SSID = HueNet1, Pass = 12345678
@@ -382,8 +382,8 @@ load:0x40080400,len:6352
382
382
entry 0x400806b8
383
383
384
384
Starting ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP32_DEV
385
-
ESP_WiFiManager Version v1.7.5
386
-
ESP_DoubleResetDetector Version v1.2.0
385
+
ESP_WiFiManager Version v1.7.7
386
+
ESP_DoubleResetDetector Version v1.2.1
387
387
[WM] RFC925 Hostname = ConfigOnDoubleReset
388
388
[WM] Set CORS Header to : Your Access-Control-Allow-Origin
0 commit comments