Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 555 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 555 Bytes

minimalUploadAuthESP32

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

Install

  • Install AsyncTCP and 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.