Skip to content

Add changes necessary when enabling BLE MESH

Francois Chagnon requested to merge EiNSTeiN_/esp-idf:ble_mesh_mods into 5.1-flow3r

I'm working on adding BLE mesh support and these changes are necessary, otherwise I get the following error:

Screenshot_from_2023-08-16_17-07-28

This might be a bad attempt at optimizing strncpy so it doesn't copy over the end of the string (documentation says it overwrites the remaining length in the destination buffer with zeroes), either way we need to specify the correct length for the destination buffer to fix the issue.

Merge request reports