Skip to content

A simple Arduino IDE upload example for ESP32 and ESPAsyncWebServer.

License

Notifications You must be signed in to change notification settings

CelliesProjects/minimalUploadAuthESP32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.