Skip to content

serlecu/ESP8266-captive-portal-webserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Original:

Example project for ESP8266/NodeMCU showing how to create an access point with a captive portal, loading files from the SPIFFS file server. Requires installation of https://github.com/esp8266/arduino-esp8266fs-plugin . Files to be used in the captive portal should be placed in the sketch "data" folder, and uploaded using the plugin. The landing page must be named "index.html"; all other files can have any name.


Serlecu's adaptation for ESP32.

As it's predecessor, this requires a filesystem uploader. Also, files to be used in the captive portal should be placed in the sketch "data" folder and uploaded to the board using the plugin. The landing page must be named "index.html"; all other files can have any name.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.5%
  • HTML 22.3%
  • Other 1.2%