tzapu / WiFiManager

ESP8266 WiFi Connection manager with web captive portal
http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
MIT License
6.63k stars 1.98k forks source link

How can i add my own pages to the library captive portal? #897

Open noise5joker opened 5 years ago

noise5joker commented 5 years ago

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

messages here
tablatronix commented 5 years ago

See DEV/ example for adding endpoints

noise5joker commented 5 years ago

Where can i find it? @tablatronix

tablatronix commented 5 years ago

Seriously?

https://github.com/tzapu/WiFiManager/blob/development/examples/DEV/OnDemandConfigPortal/OnDemandConfigPortal.ino#L83

noise5joker commented 5 years ago

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ó:

Seriously?

https://github.com/tzapu/WiFiManager/blob/development/examples/DEV/OnDemandConfigPortal/OnDemandConfigPortal.ino#L83

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tzapu/WiFiManager/issues/897?email_source=notifications&email_token=AMKMGIXHMHWIPLI5QCADHB3P2FIXBA5CNFSM4HXOFIDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXRUHTY#issuecomment-501433295, or mute the thread https://github.com/notifications/unsubscribe-auth/AMKMGITUIIYH7QCPACKC2XDP2FIXBANCNFSM4HXOFIDA .

tablatronix commented 5 years ago

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 5 years ago

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ó:

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

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tzapu/WiFiManager/issues/897?email_source=notifications&email_token=AMKMGIWJT5JVTBJK6GXT4ODP2FQ3NA5CNFSM4HXOFIDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXRZ5OI#issuecomment-501456569, or mute the thread https://github.com/notifications/unsubscribe-auth/AMKMGIQ5W5J6ZF7PAJPRCS3P2FQ3NANCNFSM4HXOFIDA .

noise5joker commented 5 years ago

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 1 year ago

Seriously?

https://github.com/tzapu/WiFiManager/blob/development/examples/DEV/OnDemandConfigPortal/OnDemandConfigPortal.ino#L83

Dear @tablatronix check link, is wrong.