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

Implement firmware update via web UI #15

Open
vyruz1986 opened this issue Oct 25, 2017 · 3 comments
Open

Implement firmware update via web UI #15

vyruz1986 opened this issue Oct 25, 2017 · 3 comments

Comments

@vyruz1986
Copy link
Owner

We should be able to update the firmware via the web UI

@simonttp78
Copy link
Contributor

simonttp78 commented Feb 23, 2022

Not the prettiest solution, but definitively the easiest :-):

platformio.ini:

  ayushsharma82/AsyncElegantOTA

WebHandler:

  #include <AsyncElegantOTA.h>

in the "init" function:

  AsyncElegantOTA.begin(_server, "Admin", "FlyballETS.1234");

WebUI --> navbar.component.html:

            <li class="nav-item" [routerLinkActive]="['active']" [routerLinkActiveOptions]= "{exact: true}">  
            <a class="nav-link" href="/update">Firmware update</a> 
            </li>

@vyruz1986
Copy link
Owner Author

This is at least better than nothing, I'm fine adopting this if you make a PR for it

@simonttp78
Copy link
Contributor

ok. will do

vyruz1986 pushed a commit that referenced this issue Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants