We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should be able to update the firmware via the web UI
The text was updated successfully, but these errors were encountered:
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>
Sorry, something went wrong.
This is at least better than nothing, I'm fine adopting this if you make a PR for it
ok. will do
Merge pull request #15 from simonttp78/develop
75e3f36
logging update
No branches or pull requests
We should be able to update the firmware via the web UI
The text was updated successfully, but these errors were encountered: