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.0.0
1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP32 boards using `LwIP W5500 / ENC28J60 Ethernet`.
2. Use `allman astyle`
*[1. Async_ConfigOnDoubleReset using LittleFS on ESP32_DEV with ESP32_W5500](#1-Async_ConfigOnDoubleReset-using-LittleFS-on-ESP32_DEV-with-ESP32_W5500)
99
+
*[1. Async_ConfigOnDoubleReset using LittleFS on ESP32_DEV with ESP32_ENC28J60](#1-Async_ConfigOnDoubleReset-using-LittleFS-on-ESP32_DEV-with-ESP32_ENC28J60)
100
100
*[2. Async_ConfigOnSwichFS using LittleFS on ESP32_DEV with ESP32_W5500](#2-Async_ConfigOnSwichFS-using-LittleFS-on-ESP32_DEV-with-ESP32_W5500)
101
101
*[3. Async_ESP32_FSWebServer_DRD using LittleFS on ESP32_DEV with ESP32_W5500](#3-Async_ESP32_FSWebServer_DRD-using-LittleFS-on-ESP32_DEV-with-ESP32_W5500)
Copy file name to clipboardexpand all lines: examples/Async_ESP32_FSWebServer/README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Async_ESP32_FSWebServer_DRD Example
2
2
3
-
Compare this efficient Async_ESP32_FSWebServer_DRD example with the so complicated twin [ESP32_FSWebServer_DRD](https://github.com/khoih-prog/ESP_WiFiManager/tree/main/examples/ESP32_FSWebServer_DRD) to appreciate the powerful AsynWebServer this [AsyncESP32_W5500_Manager Library](https://github.com/khoih-prog/AsyncESP32_W5500_Manager) is relying on.
3
+
Compare this efficient Async_ESP32_FSWebServer_DRD example with the so complicated twin [ESP32_FSWebServer_DRD](https://github.com/khoih-prog/ESP_WiFiManager/tree/main/examples/ESP32_FSWebServer_DRD) to appreciate the powerful AsynWebServer this [AsyncESP32_Ethernet_Manager Library](https://github.com/khoih-prog/AsyncESP32_Ethernet_Manager) is relying on.
4
4
5
5
## First, how Config Portal works?
6
6
@@ -10,20 +10,20 @@ Connect to Config Portal @ the localIP address, e.g. `192.168.2.232`
@@ -36,10 +36,10 @@ This shows you how to use this example in Ubuntu (but you can use similar comman
36
36
37
37
### Download Data files
38
38
39
-
1. For example, you already downloaded data files from [Async_ESP32_FSWebServer_DRD data](https://github.com/khoih-prog/AsyncESP32_W5500_Manager/tree/main/examples/Async_ESP32_FSWebServer_DRD/data) to a local folder, for example:
39
+
1. For example, you already downloaded data files from [Async_ESP32_FSWebServer_DRD data](https://github.com/khoih-prog/AsyncESP32_Ethernet_Manager/tree/main/examples/Async_ESP32_FSWebServer_DRD/data) to a local folder, for example:
Copy file name to clipboardexpand all lines: examples/Async_ESP32_FSWebServer_DRD/README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Async_ESP32_FSWebServer_DRD Example
2
2
3
-
Compare this efficient Async_ESP32_FSWebServer_DRD example with the so complicated twin [ESP32_FSWebServer_DRD](https://github.com/khoih-prog/ESP_WiFiManager/tree/main/examples/ESP32_FSWebServer_DRD) to appreciate the powerful AsynWebServer this [AsyncESP32_W5500_Manager Library](https://github.com/khoih-prog/AsyncESP32_W5500_Manager) is relying on.
3
+
Compare this efficient Async_ESP32_FSWebServer_DRD example with the so complicated twin [ESP32_FSWebServer_DRD](https://github.com/khoih-prog/ESP_WiFiManager/tree/main/examples/ESP32_FSWebServer_DRD) to appreciate the powerful AsynWebServer this [AsyncESP32_Ethernet_Manager Library](https://github.com/khoih-prog/AsyncESP32_Ethernet_Manager) is relying on.
4
4
5
5
## First, how Config Portal works?
6
6
@@ -10,20 +10,20 @@ Connect to Config Portal @ the localIP address, e.g. `192.168.2.232`
@@ -36,10 +36,10 @@ This shows you how to use this example in Ubuntu (but you can use similar comman
36
36
37
37
### Download Data files
38
38
39
-
1. For example, you already downloaded data files from [Async_ESP32_FSWebServer_DRD data](https://github.com/khoih-prog/AsyncESP32_W5500_Manager/tree/main/examples/Async_ESP32_FSWebServer_DRD/data) to a local folder, for example:
39
+
1. For example, you already downloaded data files from [Async_ESP32_FSWebServer_DRD data](https://github.com/khoih-prog/AsyncESP32_Ethernet_Manager/tree/main/examples/Async_ESP32_FSWebServer_DRD/data) to a local folder, for example:
0 commit comments