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

https://github.com/celliesprojects/minimaluploadauthesp32

A simple Arduino IDE upload example for ESP32 and ESPAsyncWebServer.
https://github.com/celliesprojects/minimaluploadauthesp32

arduino authorization esp32 espasyncwebserver upload-file

Last synced: about 1 year ago
JSON representation

A simple Arduino IDE upload example for ESP32 and ESPAsyncWebServer.

Awesome Lists containing this project

README

          

# minimalUploadAuthESP32
A simple Arduino IDE authorized upload example for ESP32 with `ESPAsyncWebServer`.

## Install
- Install [AsyncTCP](https://github.com/me-no-dev/AsyncTCP) and [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer).
- Change your network credentials in `minimalUploadAuthESP32.ino`.
- Set a `MAX_FILESIZE` in `minimalUploadAuthESP32.ino`.
- Flash your ESP and browse to the ESP web page.

## On the file size
The standard `Content-Length` header gives a wrong filesize, so a custom `FileSize` header is used instead.