h2zero

Results 299 comments of h2zero

Welcome @Torxgewinde, that was the goal. I had multi-client purpose in mind from the start, very glad to hear it's working for you.

@teajohnson90 you're welcome :smiley: good to hear it helped you!

>Half of the times, after reboot, the handle value of the characteristic gets corrupted, so notifications don't reach the app. I'm not sure I understand, what are you rebooting when...

Sorry, I neglected to document that change. You can simply use `std::string val = pDescriptor->getValue();` now, just like characteristics. You could also use the Arduino String as well if you...

Yes, you do not need to cast it. The `getValue` call now returns a `NimBLEAttValue` now, which has templates to use it as a std::string or String or a vector...

Hi @DrSnuggles, glad it's working for your needs. Very interesting that the file path is placed in the bin file, I can confirm the same result here. Unfortunately I do...

Did a quick look at this and I think it occurs because of various assert() calls for stack tracing. I looked at my IDF compiled bin files and the same...

That's curious indeed, I'll do some experiments and see what can be done about this.

Spent a little time to see what can be done about this and the conclusion is that all of the assert calls need to be changed or removed, including the...

Sounds like a good suggestion. It could be implemented by adding a function to the server that can inject the response at a later time instead of waiting for the...