Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add example to use with ElegantOTA #25

Open
Giermann opened this issue Jan 16, 2025 · 2 comments
Open

Please add example to use with ElegantOTA #25

Giermann opened this issue Jan 16, 2025 · 2 comments

Comments

@Giermann
Copy link

I was glad to find this new NetWizard, which also supports Async Webserver!!
One missing option is an OTA feature, maybe using your ElegantOTA (which I alread used before).

In fact, I am looking for a simple way to have a simple configuration web page for my ESP32's - working on both AP mode and if connected to a WiFi network. Everything should look clean (= the same styling) and be integrated (= have links to the OTA update page).

So could you provide a simple example how to mix both NetWizard and ElegantOTA please, or add an OTA feature to NetWizard only?

@TimothyFran
Copy link

Using the pro version you can add custom links to the main page

@ayushsharma82
Copy link
Owner

Hi @Giermann ,

NetWizard and ElegantOTA are compatible with each other. To add a link to NetWizard portal, you can refer to custom links functionality provided with NetWizard Pro. Ref: https://docs.netwizard.pro/docs/links/setup

(NetWizard Pro) Example link to ElegantOTA:

NetWizardLink nw_link(&NW, "Firmware Update", "/update");

This will redirect the user to ElegantOTA upon clicking the button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants