h2zero / esp-nimble-cpp

C++ library for the esp32 NimBLE stack based on and mostly compatible with @nkolban cpp_utils BLE library.
https://h2zero.github.io/esp-nimble-cpp/
Apache License 2.0
181 stars 62 forks source link

Add esp-nimble-cpp to esp component registry #172

Open tecera opened 4 months ago

tecera commented 4 months ago

Espressif has recently(ish) created the component registry (https://components.espressif.com/). This makes it really easy for users of the library to automatically update the library without needing to use git submodules or complicated workflows. The package can be automatically published to the registry using a Github Action as well.

Would you be interested in supporting this?

h2zero commented 4 months ago

@tecera Thank you for opening this issue. I have a plan in place to add this to the registry on the next, hopefully soon, release.