An open API service indexing awesome lists of open source software.

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

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)