Ryan Powell
Ryan Powell
Yes, I would assume that if the platform change is what affected the operation in this situation that is a bug there and not here.
This may be an issue of the template used when compiling. I would suggest casting the char array to a uint8_t pointer and passing the strlen value to setvalue directly.
What version did you install? That file was removed a very long time ago, please use a newer version.
Hello, you're welcome and thank you for the kind words. I am hoping to be able to update this soon but it will take some time as it's quite a...
Had a look at this today, @mhaberler has the correct solution in this case. The cause of the issue is the use of `platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF5` since that config enables...
Closing this as support for Arduino 3.x is established. Support for C6, C2, H2 and others may not be possible and are a separate issue.
Hi @mhaberler, yes that is a deficiency in the class and a reset method should definitely be implemented. Thanks for creating this issue.
Yes, feel free to submit a PR to the release/1.4 branch. I will add it to the master branch after.
The approach is correct in that the advertising should be stopped, data updated, then restarted. The issue here is that the stop process takes some time to complete and you...
That should be the process, looks good to me.