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 ESP8266 boards using `LwIP W5100 / W5100S Ethernet`.
2. Use `allman astyle`
Copy file name to clipboardexpand all lines: examples/Async_ESP_FSWebServer/README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Async_ESP_FSWebServer Example
2
2
3
-
Compare this efficient Async_ESP_FSWebServer example with the so complicated twin [ESP_FSWebServer_DRD](https://github.com/khoih-prog/ESP_WiFiManager/tree/master/examples/ESP_FSWebServer_DRD) to appreciate the powerful AsynWebServer this [AsyncESP8266_W5500_Manager Library](https://github.com/khoih-prog/AsyncESP8266_W5500_Manager) is relying on.
3
+
Compare this efficient Async_ESP_FSWebServer example with the so complicated twin [ESP_FSWebServer_DRD](https://github.com/khoih-prog/ESP_WiFiManager/tree/master/examples/ESP_FSWebServer_DRD) to appreciate the powerful AsynWebServer this [AsyncESP8266_W5100_Manager Library](https://github.com/khoih-prog/AsyncESP8266_W5100_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.186`
@@ -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_ESP_FSWebServer data](https://github.com/khoih-prog/AsyncESP8266_W5500_Manager/tree/main/examples/Async_ESP_FSWebServer/data) to a local folder, for example:
39
+
1. For example, you already downloaded data files from [Async_ESP_FSWebServer data](https://github.com/khoih-prog/AsyncESP8266_W5100_Manager/tree/main/examples/Async_ESP_FSWebServer/data) to a local folder, for example:
Copy file name to clipboardexpand all lines: examples/Async_ESP_FSWebServer_DRD/README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Async_ESP_FSWebServer_DRD Example
2
2
3
-
Compare this efficient Async_ESP_FSWebServer example with the so complicated twin [ESP_FSWebServer_DRD](https://github.com/khoih-prog/ESP_WiFiManager/tree/master/examples/ESP_FSWebServer_DRD) to appreciate the powerful AsynWebServer this [AsyncESP8266_W5500_Manager Library](https://github.com/khoih-prog/AsyncESP8266_W5500_Manager) is relying on.
3
+
Compare this efficient Async_ESP_FSWebServer example with the so complicated twin [ESP_FSWebServer_DRD](https://github.com/khoih-prog/ESP_WiFiManager/tree/master/examples/ESP_FSWebServer_DRD) to appreciate the powerful AsynWebServer this [AsyncESP8266_W5100_Manager Library](https://github.com/khoih-prog/AsyncESP8266_W5100_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.186`
@@ -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_ESP_FSWebServer data](https://github.com/khoih-prog/AsyncESP8266_W5500_Manager/tree/main/examples/Async_ESP_FSWebServer/data) to a local folder, for example:
39
+
1. For example, you already downloaded data files from [Async_ESP_FSWebServer data](https://github.com/khoih-prog/AsyncESP8266_W5100_Manager/tree/main/examples/Async_ESP_FSWebServer/data) to a local folder, for example:
0 commit comments