Skip to content
Snippets Groups Projects

Add changes necessary when enabling BLE MESH

Open 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading