Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 624 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 624 Bytes

Introduction

This project demonstrates how to serve content from the ESP32 SPIFFS using AsyncWebServer.

Click the image to watch the demo video.

Demo Video

Setup

Update the file wifi_credentials.h with your SSID and PASSWORD.

#define SSID "YOUR_SSID"
#define PASSWORD "YOUR_PASSWORD"

Now just compile and run the sketch.

Once the sketch is running you should be able to use a browser to open the device's UI.

http://demo-server.local

Push the button and the built in LED should turn off and on.