Learn how to use LITTLEFS for storing and retrieving the HTML file to be displayed in captive portal, from the SPIFFS section of ESP32’s flash memory.
Tag: Captive Portal
ESP32 Captive Portal – Fetching HTML from SPIFFS
Learn how to store an HTML file in the SPIFFS of ESP32, and fetch it for display in the Captive Portal created using the AsyncWebServer library.
Create Captive Portal Using ESP32
Learn how to display a web page as a captive portal which pops up as soon as you connect to ESP32’s WiFi field in the Access Point mode.