Ryan Powell

Results 679 comments of Ryan Powell

>Do you mean calling pServer->notify() from onStatus() callback instead of main loop() ? Yes, or from main loop if you want and set a flag in onStatus to tell the...

Hopefully this is resolved now in the master branch as I have updated the nimble core.

Thanks @Jeronimo59 can you share your pio environment? Not sure why that change was needed to compile as it builds fine everywhere I've tried.

The error is because your code is not using a `const uint8_t`, emphasis on the `const` that's by design so that you can't change the internal data of the class....

Hi @Jeronimo59, yes the build log shows that it is on 3.2, I'm not sure what else can be done at this point.

Providing a pointer to the underlying data structure is dangerous because it could change at any time, thus the reason for the copy. Could you provide an example of the...

Thank you for replying, that is certainly odd. I do not see how it would be possible for the data to be uninitialized. If you changed your code to `NimBLEAttValue...

Closing this as it's not necessary.

Try specifying the type of the hex value. `(uint16_t)0x180f`.

Thanks, sounds like a bug. what are the correct pins?