mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-28 01:25:49 +03:00
[GH-ISSUE #541] Feature - Option to continue AP Mode and load SPIFFS #453
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#453
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @akshaim on GitHub (Mar 1, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/541
----------------------------- 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 on GitHub (Mar 1, 2018):
you mean leave the ap on ?
that's already supported, what exactly do you want to do
#500
@akshaim commented on GitHub (Mar 3, 2018):
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 on GitHub (Mar 3, 2018):
this all exists in the development banch, not sure exactly what you want to do.