tzapu / WiFiManager

ESP8266 WiFi Connection manager with web captive portal
http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
MIT License
6.53k stars 1.96k forks source link

Feature - Option to continue AP Mode and load SPIFFS #541

Open akshaim opened 6 years ago

akshaim commented 6 years ago

----------------------------- Remove above -----------------------------

Basic Infos

Hardware

WiFimanager Branch/Release: Master Hardware: ESP-12e (NodeMCU)

Kindly add the option in configuration page to continue operation in AP mode. Currently I am not able to load the webpage from SPIFF unless connected to WiFi Network.

tablatronix commented 6 years ago

you mean leave the ap on ? that's already supported, what exactly do you want to do

500

akshaim commented 6 years ago

Thanks for the quick response. I want to access the application in ESP8266 Flash even when there is no WiFi AP nearby. Currently, I am able to launch the app only after WiFi manager exits, which happens only after ESP8266 connects to a WiFi AP. An option in configuration page to continue in AP mode to restart webserver and launch the local app could help.

tablatronix commented 6 years ago

this all exists in the development banch, not sure exactly what you want to do.