diff --git a/examples/Async_ESP32_FSWebServer/README.md b/examples/Async_ESP32_FSWebServer/README.md index 63bcb04..9e86512 100644 --- a/examples/Async_ESP32_FSWebServer/README.md +++ b/examples/Async_ESP32_FSWebServer/README.md @@ -1,6 +1,8 @@ # Async_ESP32_FSWebServer_DRD Example -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. +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_SC_W5500_Manager Library](https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager) is relying on. + +--- ## First, how Config Portal works? @@ -10,20 +12,20 @@ Connect to Config Portal @ the localIP address, e.g. `192.168.2.232` You'll see this `Main` page:

- +

Select `Information` to enter the Info page where the board info will be shown (long page)

- +

Select `Configuration` to enter this page where you can select an AP and specify its WiFi Credentials

- +

Enter your credentials, then click `Save`. @@ -36,10 +38,10 @@ This shows you how to use this example in Ubuntu (but you can use similar comman ### Download Data files -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: +1. For example, you already downloaded data files from [Async_ESP32_FSWebServer_DRD data](https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager/tree/main/examples/Async_ESP32_FSWebServer_DRD/data) to a local folder, for example: ``` -~/Arduino/libraries/AsyncESP32_W5500_Manager-main/examples/Async_ESP32_FSWebServer_DRD/data +~/Arduino/libraries/AsyncESP32_SC_W5500_Manager-main/examples/Async_ESP32_FSWebServer_DRD/data ``` ### HOWTO Upload files to ESP32 (SPIFFS or FFat) @@ -50,7 +52,7 @@ Use one of these methods (preferable first) 2. or Upload the contents of the data folder with MkSPIFFS Tool ("ESP8266 Sketch Data Upload" in Tools menu in Arduino IDE) 3. or upload the contents of a folder by running the following commands: ``` -Ubuntu$ cd ~/Arduino/libraries/AsyncESP32_W5500_Manager-main/examples/Async_ESP32_FSWebServer_DRD/data +Ubuntu$ cd ~/Arduino/libraries/AsyncESP32_SC_W5500_Manager-main/examples/Async_ESP32_FSWebServer_DRD/data Ubuntu$ for file in \`\ls -A1\`; do curl -F "file=@$PWD/$file" http://async-esp32fs.local/edit; done ``` @@ -59,13 +61,13 @@ Ubuntu$ for file in \`\ls -A1\`; do curl -F "file=@$PWD/$file" http://async-esp3 ### Demonstrating pictures

- +

4. Edit / Delete / Download any file in the the folder by going to http://async-esp32fs.local/edit

- +

diff --git a/examples/Async_ESP32_FSWebServer_DRD/README.md b/examples/Async_ESP32_FSWebServer_DRD/README.md index 63bcb04..9e86512 100644 --- a/examples/Async_ESP32_FSWebServer_DRD/README.md +++ b/examples/Async_ESP32_FSWebServer_DRD/README.md @@ -1,6 +1,8 @@ # Async_ESP32_FSWebServer_DRD Example -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. +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_SC_W5500_Manager Library](https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager) is relying on. + +--- ## First, how Config Portal works? @@ -10,20 +12,20 @@ Connect to Config Portal @ the localIP address, e.g. `192.168.2.232` You'll see this `Main` page:

- +

Select `Information` to enter the Info page where the board info will be shown (long page)

- +

Select `Configuration` to enter this page where you can select an AP and specify its WiFi Credentials

- +

Enter your credentials, then click `Save`. @@ -36,10 +38,10 @@ This shows you how to use this example in Ubuntu (but you can use similar comman ### Download Data files -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: +1. For example, you already downloaded data files from [Async_ESP32_FSWebServer_DRD data](https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager/tree/main/examples/Async_ESP32_FSWebServer_DRD/data) to a local folder, for example: ``` -~/Arduino/libraries/AsyncESP32_W5500_Manager-main/examples/Async_ESP32_FSWebServer_DRD/data +~/Arduino/libraries/AsyncESP32_SC_W5500_Manager-main/examples/Async_ESP32_FSWebServer_DRD/data ``` ### HOWTO Upload files to ESP32 (SPIFFS or FFat) @@ -50,7 +52,7 @@ Use one of these methods (preferable first) 2. or Upload the contents of the data folder with MkSPIFFS Tool ("ESP8266 Sketch Data Upload" in Tools menu in Arduino IDE) 3. or upload the contents of a folder by running the following commands: ``` -Ubuntu$ cd ~/Arduino/libraries/AsyncESP32_W5500_Manager-main/examples/Async_ESP32_FSWebServer_DRD/data +Ubuntu$ cd ~/Arduino/libraries/AsyncESP32_SC_W5500_Manager-main/examples/Async_ESP32_FSWebServer_DRD/data Ubuntu$ for file in \`\ls -A1\`; do curl -F "file=@$PWD/$file" http://async-esp32fs.local/edit; done ``` @@ -59,13 +61,13 @@ Ubuntu$ for file in \`\ls -A1\`; do curl -F "file=@$PWD/$file" http://async-esp3 ### Demonstrating pictures

- +

4. Edit / Delete / Download any file in the the folder by going to http://async-esp32fs.local/edit

- +