adafruit / Adafruit_CircuitPython_BLE_File_Transfer

Simple (not fast) File Transfer service for BLE
MIT License
27 stars 4 forks source link

Lib not found in the "Adafruit CircuitPython Bundle" #15

Closed michael-land closed 1 year ago

michael-land commented 2 years ago

On the release page, it mentions

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

I don't see this package in the bundle.

any help would be appreciate

tannewt commented 2 years ago

For now you can get it here: https://github.com/adafruit/Adafruit_CircuitPython_BLE_File_Transfer/releases/tag/4.0.0

We'll get it added to the bundle soon too.

michael-land commented 2 years ago

Ah, thanks

tekktrik commented 2 years ago

Adding this as a first good issue in preparation for Hacktoberfest!

If anyone wants to do this, the instructions for adding this to the Adafruit CircuitPython Bundle can be found here: https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-in-the-community-bundle

jposada202020 commented 1 year ago

Fixed https://github.com/adafruit/Adafruit_CircuitPython_Bundle/pull/406. Verified in 2023/04/27 Circuitpythonbundle. thanks @elpekenin for noticing this. :)