NordicSemiconductor / IOS-nRF-Mesh-Library

Provision, configure and control Bluetooth mesh devices with nRF Mesh library.
https://www.nordicsemi.com/
BSD 3-Clause "New" or "Revised" License
313 stars 123 forks source link

Reset counter for app keys in debug keys #590

Closed philips77 closed 10 months ago

philips77 commented 10 months ago

In the initial screen there's an option to add debug keys. They are set to following numbers starting from 1, so the first Network Key gets value 0x000...001, next one 0x000..002, etc. Before the change, the first app key was assigned the following number (0x000...003 in this case), so its value depended on number of Net Keys. After the change, the counter is reset to 1, so App Keys always get the first one starting from 0x000...001.