mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1150] Set html page for startConfigPortal #987
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#987
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 @Abedi98 on GitHub (Nov 21, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1150
This is the code I wrote for the dedicated page for startConfigPortal.
But when I connect to the Device-AP, the information of the default portal page is displayed.
hanndlePage() not displayed in 172,217,1,22
@tablatronix commented on GitHub (Nov 21, 2020):
You might have to use the web start callback, see the dev example
@Abedi98 commented on GitHub (Nov 21, 2020):
Hello
I do not understand what you mean, please explain more
Thanks
@Abedi98 commented on GitHub (Nov 21, 2020):
not working ...
@Abedi98 commented on GitHub (Nov 21, 2020):
http://connectivitycheck.gstatic.com/generate_204
@tablatronix commented on GitHub (Nov 21, 2020):
hmm, this is wrong
void handleRoot()
{
wm.startWebPortal();
}
why are you doing this?
also this ?
server.begin();