mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 17:15:53 +03:00
[GH-ISSUE #394] Start web config while connected on WLAN? #328
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#328
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 @nardev on GitHub (Aug 8, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/394
Is it possible and how, to activate wifimanager while ESP is connected to a home WLAN and not to create it's own AP...
@nardev commented on GitHub (Aug 9, 2017):
Looks like nobody cares about this repo any more :D... last few questions/issues have not been replied for days...
@fundix commented on GitHub (Aug 9, 2017):
Repo is live, but I don't know :-D
@nardev commented on GitHub (Aug 9, 2017):
Cool :D
@tablatronix commented on GitHub (Sep 16, 2017):
Not yet, the webserver is linked to ap portal, the webserver processes will have to be abstracted out and new public functions created for it.
@girlpunk commented on GitHub (Nov 21, 2017):
I've seen this done by arendst/Sonoff-Tasmota (which uses this library), so it must be possible. But I couldn't work out how they were doing it.
@tablatronix commented on GitHub (Nov 21, 2017):
I have a dev fork that has this implemented
@girlpunk commented on GitHub (Nov 21, 2017):
Is that the development branch on tablatronix/WiFiManager? If so, I'll give it a try.
@tablatronix commented on GitHub (Nov 21, 2017):
yes, I think I added an example also
@girlpunk commented on GitHub (Nov 21, 2017):
OK, everything looks good apart from the Wi-Fi config page with scanning (/wifi).
That's returning some very garbled data (couple of examplesbelow). The exact output changes each time, and usually (9/10 times) starts with "value=l.innerText||l.textContent".
@tablatronix commented on GitHub (Nov 21, 2017):
hmm I have not seen this, are you adding parameters? This is usually a corrupt char variable.
Are you using an example?
@tablatronix commented on GitHub (Nov 21, 2017):
I just pushed some invalid html fixes, not sure if that will help or not.