Skip to content

Demonstration project serving html from SPIFFS on the ESP32

Notifications You must be signed in to change notification settings

WimBedet/ESP32WebSPIFFS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Demonstration project serving html from SPIFFS on the ESP32

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.9%
  • HTML 26.6%
  • C 2.5%