Andrew Leech
Andrew Leech
Yeah I'm pretty sure bonding is currently only supported on stm32
Yeah the problem is a bunch of C functions would need to be written to recieve any pairing and bonding events from btstack and convert those events into the form...
Those examples look great!
Oh good point... I wonder... my need for this evaporated so I didn't end up using it in project, however I thought I had the unit tests passing before I...
While it might seem non-intuitive, this code does actually work such that `parse_headers` is a multi-purpose argument. The intention is for library users to pass in: * `parse_headers=False` for no...
> I guess we could find a way to move our uncrustify wrapper into its own repo and use it as a source for pre-commit though. You can have a...
I haven't quite kept up with Nina support in micropython; I presume this allows use of an esp32 as an external radio to provide network access on an otherwise non-connected...
@hoihu does this sound like it's going to be needed? https://github.com/micropython/micropython/pull/9458
Oh, I missed your PR here and added a similar fix into my branch just today if you'd like to compare ideas! https://github.com/gysmo38/mitsubishi2MQTT/pull/248
Hello, I'm also interested in adding additional / custom wxs XML to the auto-generated project, did you ever have success with this yourself?