Tian Sen Wen
Tian Sen Wen
> It's worth noting, that within a current on going test, I'm viewing that the heap is dropped each time i'm publishing and there is a small memory leak there....
Do your post-restart logs contain "[Unexpected restart]"? If so, it indicates you didn't execute esp_mesh_lite_erase_rtc_store() before esp_restart. Without this call, the device will first attempt to reconnect to its previous...
Additionally, the second parameter of esp_mesh_lite_set_mesh() determines whether to save the configuration to NVS. If set to true, you should avoid repeatedly calling this interface to reconfigure the settings on...
 not need restart
After calling: ```c esp_mesh_lite_set_mesh_id() esp_mesh_lite_erase_rtc_store() esp_restart() ``` Will the device still directly reconnect to the original parent node after reboot? Has the mesh ID actually changed? Could you provide logs...
> > esp_mesh_lite_set_mesh_id() > > esp_mesh_lite_erase_rtc_store() > > esp_restart() > > After calling this and setting the new ID to 50 and then calling the above code, on boot the...
In your scenario, does the root node not need to connect to a router? If router connection is required, mesh_lite_config.join_mesh_ignore_router_status cannot be set to true - it must remain false...
请问方便提供两个设备从上电开始到出现问题的所有日志文件吗?
1. 烧录 1 个 no router 示例的根节点并上电(meshid 77) 2. 烧录 3 个 no router 示例的子节点并上电(meshid 77) 3. 修改其中一个子节点的 mesh id 为 1,烧录重新上电(不能通过 menuconfig 设置,如果一定要通过 menuconfig 设置,请先 idf.py erase-flash,因为第一次上电 77 已经被存入...
You can refer to this document: https://github.com/tswen/esp-mesh-lite/blob/docs/mesh_lite_LAN_OTA/components/mesh_lite/User_Guide.md#esp-mesh-lite-lan-ota