Ryan Rowe
Ryan Rowe
I think this is a very important and good idea. We should be able to set the git author information given the GitHub auth information for the editor in question....
Yes, just confirmed. Repro steps: ``` mkdir foo echo "..." > foo/base.json echo "..." > foo/bar.json echo "..." > repro.py python3 -m venv . source bin/activate pip3 install requests jsonschema...
I managed to get this working locally, but it requires some hacking. I hope that we can get this added to this repo. I tried to do it myself but...
Ok I tried using a descriptor UUID of `0x2910` which is not assigned in the Bluetooth SIG [list](https://btprodspecificationrefs.blob.core.windows.net/assigned-values/16-bit%20UUID%20Numbers%20Document.pdf). This succeeds. My best guess right now is there's a failure specifically...
Actually upon further investigation, although `AT+BLEGATTSCHAR?` shows the `0x2910` descriptor, none of my BLE clients can see it on the characteristic.
Does anyone have any info on support for 128-bit descriptor UUIDs?
@Luxin812 That document is the one I had been referencing and it contains no information on 128-bit vendor descriptors. I ended up making a post on the official ESP32 forum...
Please prioritize this more... Every time I want to edit more than a single word in a message I have to write it in an external editor and paste it...
I see. I'm not necessarily saying which is correct and from my interpretation of that page, it does seem that the system and user library paths are different. My point...