As the title says... Chat on...

User avatar
By Warthog
#70321 Hello,
I have an application where I created a webserver on esp8266 which is triggered to send some data to a connected ATMega.
As the installation is a little bit hidden I want to ask how to realize an OTA upgrade feature for the LUA files.

Does someone has had the same problem?

Any help is appreciated ;)
User avatar
By Warthog
#75436 Long time ago, but the request is still valid.

I have a LUA file which creates a webserver to handle requests to roll/unroll a sunblind. That means that the webserver is listening on port 80 for incoming commands.

Now I want to add the OTA feature to update the LUA scripts inside the same WLAN.

Maybe someone can give a hint how to begin? Waiting for a command like "update" and then start the OTA tasks?