Per Mårtensson 9366e75162 Added graphical for KEY800 | 3 лет назад | |
---|---|---|
.github | 4 лет назад | |
docs | 4 лет назад | |
examples | 4 лет назад | |
src | 3 лет назад | |
ui | 3 лет назад | |
.gitattributes | 5 лет назад | |
.gitignore | 5 лет назад | |
.travis.yml | 3 лет назад | |
LICENSE | 5 лет назад | |
README.md | 3 лет назад | |
build_platformio.sh | 4 лет назад | |
keywords.txt | 4 лет назад | |
library.json | 3 лет назад | |
library.properties | 3 лет назад |
Push OTAs to ESP8266 or ESP32 Elegantly!
ElegantOTA provides a beautiful interface to upload Over the Air `.bin` updates to your ESP Modules with precise status and progress displayed over UI. This Library shows the current upload progress of your OTA and once finished, it will display the status of your OTA.
Go to Sketch > Include Library > Library Manager > Search for "ElegantOTA" > Install
For Windows: Download the Repository and extract the .zip in Documents>Arduino>Libraries>{Place "ElegantOTA" folder Here}
For Linux: Download the Repository and extract the .zip in Sketchbook>Libraries>{Place "ElegantOTA" folder Here}
Download the Repository, Go to Sketch>Include Library>Add .zip Library> Select the Downloaded .zip File.
ElegantOTA is a dead simple library which does your work in just 1 Line. Honestly, It's just a wrapper library which injects it's own elegant webpage instead of the ugly upload page which comes by default in Arduino Library.
Include ElegantOTA Library `#include ` at top of your Arduino Code. Paste this - `ElegantOTA.begin(&server);` line above your `server.begin();` That's all!abcd123
");`. Best to place it above `ElegantOTA.begin` function.
Checkout code examples for ESP8266 and ESP32 in examples
directory. Click Here
Every Contribution to this repository is highly appreciated! Don't fear to create pull requests which enhance or fix the library as ultimately you are going to help everybody.
If you want to donate to the author then you can buy me a coffee, It really helps me keep these libraries updated: