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

The demoe supplied with this lib will not compile with error: AsyncDemo.ino:33:10: fatal error: ESPAsyncWebServer.h: No such file or directory. And indeed that file does not exist in this repo

Stale

This PR updates the CI system and dependencies in order to make the library compatible with Arduino 3 / ESP-IDF 5, and of course Arduino 2. The project itself does...

I had a problem that flashs-sizes were adjusted to 470 kB OTA for a binary bigger than 470 kb. Update started but just stopped at 92%. Is there a possability...

Stale

When I configure authentication the upload with platformio_upload.py script is not working. When using the script without authentication everything works fine. The first thing I noticed in the script is...

Stale

(I posted this in 'Discussions' but Ill also post here, since 'Issues' get's more attention) I already implemented Elegant OTA in my ESP32-S3 project and it works great. I want...

Stale

Dear Developer I'm trying to use the Demo project available in Elegant OTA lib as it is (only Wifi password/ SSID has been updated) Hardware; EVK NNA-W10 Lib ESP32 Espressif...

Stale

The python script platformio_upload.py states that the line `# upload_url = ` should be added to platform.ini I think this should in fact read: `custom_upload_url = `

Stale

The update works fine, but no reboot after the update. A power cycle is required which isn't great when you need to do it remotely Firebeetle 2 ESP32-E Gravity IO...

Stale

I get a compiler error no matching function for call to 'ElegantOTAClass::begin(AsyncWebServer*)' what is wrong? Is this a problem because I have used the older AsyncElegantOTA? Arduino: 1.8.19 (Windows 10),...