https://github.com/jgauchia/esp_web_fileserver
Simple ESP32 SD web file server
https://github.com/jgauchia/esp_web_fileserver
esp32 files sdcard webserver
Last synced: 6 months ago
JSON representation
Simple ESP32 SD web file server
- Host: GitHub
- URL: https://github.com/jgauchia/esp_web_fileserver
- Owner: jgauchia
- License: gpl-3.0
- Created: 2024-04-28T10:18:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T20:38:39.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T18:05:05.845Z (over 1 year ago)
- Topics: esp32, files, sdcard, webserver
- Language: C
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32 Web file server
This project aims to be a simple web file server for uploading files to SD card
* Note: Under development
After the first run, load the icons and assets with:
```bash
pio run --target uploadfs
```
## Credits
* Based in [@smford](https://github.com/smford) [esp32-asyncwebserver-fileupload-example ](https://github.com/smford/esp32-asyncwebserver-fileupload-example)