esp-mesh-lite icon indicating copy to clipboard operation
esp-mesh-lite copied to clipboard

How should I proceed with OTA (AEGHB-544)

Open yel-best opened this issue 1 year ago • 2 comments

I have completed the mesh-lite application, but the OTA part is still missing. I found some information, but I can't run it normally. Please give me some opinions, thk

I looked through the previous issue and found a link like this, which shows that OTA will be performed through a method called mesh_lite_LAN_OTA. My current scenario is to receive the URL of an OTA Bin file by monitoring the topic, and then I want to receive this The node of msg can download the bin package and upgrade it according to this URL, and then you can see the status and stage of the upgrade.

https://github.com/tswen/esp-mesh-lite/blob/docs/mesh_lite_LAN_OTA/components/mesh_lite/User_Guide_CN.md#esp-mesh-lite-lan-ota

I saw this in another repository and branch, so does the latest version of mesh-lite also support this approach? Can you give me some reference examples or give me some guidance? Thanks

yel-best avatar Feb 01 '24 05:02 yel-best