BR-Coding-cmd
BR-Coding-cmd
I've checked the heap and have noted that the heap does drop and have checked for leaks - but not found any in my running tasks. Currently I'm removing active...
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. I'm...
> Periodically print free heap size to check if there's sufficient available memory. I've checked against the memory and in the timeframe I'm having an issue with, the memory stays...
an additional note, I've added in ``` uint8_t tempID = esp_mesh_lite_get_mesh_id(); ESP_LOGW(TAG, "Set Mesh ID: %d", tempID); ``` this also returns new value, for this it returns 30 edit: after...
> you should avoid repeatedly calling this interface to reconfigure the settings on every power-up. Would you then recommend I retain the use of altering the config without it? Only...
Just to confirm then, if I `...erase_rtc_store()` then call `esp_mesh_lite_set_meshid(123, true);` I don't need to restart..? what I've seen is that if I use `esp_mesh_lite_erase_rtc_store()` then set the id in...
> 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 ESP will still be on meshID 25....
I've seen that it does change the data ``` esp_mesh_lite_set_mesh_id(); esp_mesh_lite_erase_rtc_store(); esp_restart(); ``` however, if you were to change the id without forcing it into NVS say, by changing the...
yes this device had an IP from the router
[idf_py_stdout_output_6060-joinMeReqIssue.txt](https://github.com/user-attachments/files/20688505/idf_py_stdout_output_6060-joinMeReqIssue.txt)