Login
垃圾盘
Home
/
文档
/
Arduino
/
libraries
/
ESP32_Ethernet_Manager
/
examples
/
ESP32_FSWebServer
File
OriginalPic
Thumbnails
CopyAllDownloadUrl
EditTime
Size
data
2023-11-05 00:20:23
69.95 KB
pics
2023-11-05 00:20:23
95.2 KB
ESP32_FSWebServer.ino
2022-12-13 10:26:20
31.11 KB
README.md
2022-12-13 10:26:20
2.23 KB
# ESP32_FSWebServer_DRD Example ## First, how Config Portal works? 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`. --- ## How to use this ESP32_FSWebServer_DRD example? This shows you how to use this example in Ubuntu (but you can use similar commands in other OSes) ### Download Data files 1. For example, you already downloaded data files from [ESP32_FSWebServer_DRD data](https://github.com/khoih-prog/ESP32_Ethernet_Manager/tree/main/examples/ESP32_FSWebServer_DRD/data) to a local folder, for example: ``` ~/Arduino/libraries/ESP32_Ethernet_Manager-main/examples/ESP32_FSWebServer_DRD/data ``` ### HOWTO Upload files to ESP32 (SPIFFS or FFat) Use one of these methods (preferable first) 1. Go to http://esp32fs.local/edit, then "Choose file" -> "Upload" 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/ESP32_Ethernet_Manager-main/examples/ESP32_FSWebServer_DRD/data Ubuntu$ for file in \`\ls -A1\`; do curl -F "file=@$PWD/$file" http://esp32fs.local/edit; done ``` --- ### Demonstrating pictures
4. Edit / Delete / Download any file in the the folder by going to http://esp32fs.local/edit
Close
2026-03-21 17:33:08 Saturday 216.73.216.218 Runningtime:0.014s Mem:1.56 MB