Maximilian Mackh
Maximilian Mackh
Issue still present on Monterey 12.6 - different devices. Anyone working on a fix? Otherwise I could look into it. Possible related #76 Edit: Checked version on website and I...
Will try working on resolving these points and things I discover along the way. I'm building an IDE on Catalyst internally and your framework is the only native viable option...
The crash seems to occur only when a 128bit UUID is assigned to the characteristic. For example, this crashes: ```5ad7909f-c841-44c6-8460-9a1143d2bf98``` but this is ok: ```0x2B19```
https://github.com/espressif/esp-nimble/issues/66#issuecomment-2009958286 In NimbleBLEService.cpp on Line 216 add ```pChr_a[i].cpfd = NULL;``` - I'm not sure how to conditionally check if ```cpfd``` exists in this case.
I thought a little about the reason why something like this could happen and about C++ (still quite new for me): https://stackoverflow.com/questions/5914422/proper-way-to-initialize-c-structs Early test suggest this could be a fix:...