Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 415 Bytes

File metadata and controls

1 lines (1 loc) · 415 Bytes

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.