ElegantOTA icon indicating copy to clipboard operation
ElegantOTA copied to clipboard

OTA updates made slick and simple for everyone!

Results 67 ElegantOTA issues
Sort by recently updated
recently updated
newest added

Hello everyone! It has been 3 years since I created this library and it has received unprecedented love from the open-source community which has been the driving force to keep...

help wanted
feature_request
v3

@ayushsharma82 was a bit busy lately So here is a test prototype with [esp32-flashz](https://github.com/vortigont/esp32-flashz) lib back-end for anyone dare to try. Both uncompressed and zlib-compressed images uploading supported for all...

![image](https://user-images.githubusercontent.com/46229930/180061936-dace0121-a118-4f7c-9fe3-1d3bc163f172.png) all these settings tried here. each flashed via USB cable and then just the bin exported for Elegant OTA. Same behavior with all settings. :( "Hangs at 8% and...

UI Elements added. Successfully fetching .BIN file from remote location in VUE.JS Probably not the "most-secure" method. Working on proof-of-concept. Need to figure out handling uploading retrieved BIN file to...

I have an ESP-01S module an I have added the ElegantOTA functions to it. I access the IP address of the device with my browser (Firefox). Everything looks nice (showing...

in the .cpp you find ```c++ HTTPUpload& upload = _server->upload(); ``` that inturn gives access to ```c++ if (upload.status == UPLOAD_FILE_START) { if (upload.status == UPLOAD_FILE_WRITE) { if (upload.status ==...

Hello, Is it possible to use your awesome ota updater over the internet? In particular, have the code look for the bin file in a specific server (http or https)....

Hi @ayushsharma82 . Thanks for your amazing work. I would be glad and I think also the community if you can provide an example of using your OTA lib with...

So I am using this library for all my devices - some sleep, some are always on. I would like to ask if there is any possibility to catch that...

Hello. I have a problem and hope that someone knows how to solve it. I'm trying to connect to different networks on different times, but I'am having a problem with...