Ryan Powell
Ryan Powell
No idea what that error is, is there anything before that section?
From the look of that backtrace something is accessing a nullptr. I suggest to remove the call to `stop` and just let the `deinit` take care of it.
The code you have there is a good example already. There is nothing special about deinit to show an example of really, the only thing to know is that is...
Thanks for the report, I'll look into it. Please note that the 2.0 release was accidental and will be removed from the Arduino library manager soon.
@AdyRock I see your issue now. In 2.0.0 the `getResults()` function takes a scan time parameter now, so if you didn't do a scan already then the results would be...
`NimBLEAddress` has an == operator so it is not comparing the addresses of the variables. What I suspect is happening is the address you are using to find the device...
Please see #777
startServices must be called after the first call to getInputReport in order to create the characteristic and have it added to the service, otherwise it will just create it but...
Could you share the updated source code that isn't working?
@VisaJE any update on this?