mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #897] How can i add my own pages to the library captive portal? #758
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#758
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 @noise5joker on GitHub (Jun 12, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/897
PLEASE TRY DEVELOPMENT BRANCH before submitting bugs on release or master, in case they were already fixed.
POST SERIAL OUTPUT !
Issues without basic info will be ignored or closed!
Please fill the info fields, it helps to get you faster support ;)
if you have a stack dump decode it:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/stack_dump.rst
for better debug messages:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/debugging.rst
----------------------------- Remove above -----------------------------
Basic Infos
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
Description
Problem description:
I want to add the Captive Portal page (The page open at the start before a connection is succes ), to a mini html page of my own development
@tablatronix commented on GitHub (Jun 12, 2019):
See DEV/ example for adding endpoints
@noise5joker commented on GitHub (Jun 12, 2019):
Where can i find it?
@tablatronix
@tablatronix commented on GitHub (Jun 12, 2019):
Seriously?
https://github.com/tzapu/WiFiManager/blob/development/examples/DEV/OnDemandConfigPortal/OnDemandConfigPortal.ino#L83
@noise5joker commented on GitHub (Jun 12, 2019):
Thanks, I'm going to check that...I didn't find it because the last library
I downloaded didn't have this folder...
El mié., 12 de junio de 2019 4:00 p. m., Shawn A notifications@github.com
escribió:
@tablatronix commented on GitHub (Jun 12, 2019):
Sorry I thought I saw you checked development oops.
Yes that is development branch on github, you have to use that to be able to share the webserver, or you can edit the .14 and change it to a shared or public object manually if you do not want to upgrade
@noise5joker commented on GitHub (Jun 12, 2019):
Perfect! thanks for the attention I'm grateful 🙌🏼
El mié., 12 de junio de 2019 5:10 p. m., Shawn A notifications@github.com
escribió:
@noise5joker commented on GitHub (Jun 15, 2019):
Hey! i was looking the article #461 because i didnt solve my problem...i dont know where im going to put the HTML file or how can i edit the template to include my code and the esp8266 open it after the connection.
@Bighoneypot commented on GitHub (Mar 17, 2023):
Dear @tablatronix check link, is wrong.