NordicSemiconductor / IOS-nRF-Connect-Device-Manager

A mobile management library for devices supporting nRF Connect Device Manager.
https://www.nordicsemi.com/Software-and-tools/Software/nRF-Connect-SDK
Apache License 2.0
91 stars 41 forks source link

API Change: McuMgrResponse's @rc property is now a McuMgrReturnCode enum #255

Closed dinesharjani closed 2 months ago

dinesharjani commented 2 months ago

Previosuly, it was the raw unsigned integer value. This could backfire in ways I can't foresee, but the intention here is to make the value of the numbers more explicit, so we can write better code. (Please don't backfire too much.)