Closed ninjaju closed 2 years ago
Hi @ninjaju , I've added some fixes in id-fix branch, can you please test those out and see if it fixes your issue? You can download that branch and replace it with the existing ElegantOTA folder in your Arduino libraries folder.
Fixed with v2.2.8 - https://github.com/ayushsharma82/ElegantOTA/releases/tag/2.2.8
Thanks for reporting the issue.
Hello,
Thank you for your great job!
I found an issue.
I'm with 2.2.6.
I set ID and password on the /update page with this line : AsyncElegantOTA.begin(&server, "admin", "admin"); // Start ElegantOTA
When I flash with the new firmware the update is not set. If I remove the ID and flash, it's working fine.
Thank you for your support. :)