Page 1 of 1

OTA with browser instead of server

Posted: Sun Mar 10, 2024 12:59 pm
by AndreaS73
If I'm not wrong, all the OTA examples require a server where store the firmware to be downloaded into the target.
Is there an example that shows how to upload the file using a browser? Like the common OTA libraries do for Arduino - example ElegantOTA.

Re: OTA with browser instead of server

Posted: Mon Mar 11, 2024 3:32 am
by ESP_Sprite
I don't have experience with it, but I think this can do that.

Re: OTA with browser instead of server

Posted: Mon Mar 11, 2024 7:37 am
by AndreaS73
Thanks, I'll give it a try.