NordicPlayground / nRF5x-custom-ble-service-tutorial

61 stars 21 forks source link

fixing non-populated qwr error handler in tutorial #3

Open cr1tbit opened 4 years ago

cr1tbit commented 4 years ago

I've found an issue in the tutorial steps - queued write module's error handler is not mentioned when services_init() function is populated, resulting in application's invalid behavior. I'm pretty sure that issue was caused by this: https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial/issues/2

The fix is to mention the qwr initialization in the correct tutorial's step.

I've verified this fix to be working well with SDK 15.3 and SDK 16.0

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.