mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #442] Can I open AP and WebServer on a same time? #374
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#374
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 @TimothySoftwareEngineer on GitHub (Oct 18, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/442
For example, I use WifiManager for config ESP8266 but still need a WebServer to control Relay by HTTP. Can I do that?
@r-downing commented on GitHub (Nov 3, 2017):
I'm working on a version which allows the wifi to be configured at any time, and allows the device to act as a webserver in both AP and STA mode
https://r-downing.github.io/PersWiFiManager/
@tablatronix commented on GitHub (Nov 3, 2017):
This is already done in my dev pr. But advanced features like adding hooks routes is not implemented for general web serving.
@ageurtse commented on GitHub (Feb 20, 2018):
how can i visit the wifimanager when serving my own webserver ?
i'm running dev but can't manage to enter the config page
@tablatronix commented on GitHub (Feb 20, 2018):
you cant run 2 webservers
@tablatronix commented on GitHub (Feb 20, 2018):
#461