Tian Sen Wen
Tian Sen Wen
Hello, the new mesh lite component has been updated, and the peer will no longer be deleted in `esp_mesh_lite_espnow_send`. At the same time, an API to delete the peer after...
Which version of idf are you using? Which version of mesh-lite are you using? Can you provide a complete log file from the time of power-on?
Could you provide the complete log files for ten devices? Additionally, please include a unified absolute timestamp if possible. With the logs, we can have a more accurate analysis.
What version is your idf? After updating the mesh lite component, you can delete the build folder and recompile it. Theoretically, this [patch](https://github.com/espressif/esp-mesh-lite/blob/master/components/mesh_lite/src/wifi_prov/wifi_provisioning.patch) will be automatically applied to esp-idf during...
What's the error? Can you provide a screenshot or log file?
Did you add any compilation options to your project CMakeLists? I can compile it normally without any errors.
It seems that the long OTA process triggered the watchdog and caused the system to reset. You can increase the task watchdog timeout or feed the watchdog in time.
You can use version 1.0.0 or the latest master branch on GitHub. However, the updates on GitHub will be faster than the tagged version updates.
正确的流程应该是: 1. 设备收到 OTA 指令,开始准备 OTA 2. 判断设备当前处于的层级,如果是根节点,进行 http ota;如果是子节点,进行 esp_mesh_lite_transmit_file_start 子节点先开始 http ota,再 esp_mesh_lite_transmit_file_start 肯定有问题了,要么走 http ota,要么走 LAN OTA 流程
参考文档: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