Closed sorceressofmathematics closed 4 years ago
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
@sorceressofmathematics thanks for reporting and providing a PR. If you sign the CLA we can merge it in.
Just signed it, thanks.
@sorceressofmathematics CLAassistant seems to complain about CLA signing still.
Whenever a NRF_ERROR_RESOURCES was encountered, the error-handling code in the BLEAdapter was searching for the string "Error code: 19" even though this string is no longer contained within the exception. Because of this, these were never getting handled and the program simply crashed instead, including when using nrfutil's DFU functionality. I've fixed the code in question so it should be handling these errors correctly again.