Skip to content

Commit ef8d6e7

Browse files
committed
Add BLE File Transfer as a submodule and update drivers.rst
1 parent b232d6b commit ef8d6e7

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,3 +920,6 @@
920920
[submodule "libraries/helpers/ble_beacon"]
921921
path = libraries/helpers/ble_beacon
922922
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Beacon.git
923+
[submodule "libraries/helpers/ble_file_transfer"]
924+
path = libraries/helpers/ble_file_transfer
925+
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_File_Transfer.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ Helpers for Bluetooth Low Energy (BLE).
147147
BLE Magic Light <https://circuitpython.readthedocs.io/projects/ble_magic_light/en/latest/>
148148
BLE MIDI <https://circuitpython.readthedocs.io/projects/ble_midi/en/latest/>
149149
BLE Radio <https://circuitpython.readthedocs.io/projects/ble_radio/en/latest/>
150+
BLE File Transfer <https://docs.circuitpython.org/projects/ble_file_transfer/en/latest/>
150151

151152
LoRa Wireless Helpers
152153
^^^^^^^^^^^^^^^^^^^^^

libraries/helpers/ble_file_transfer

Submodule ble_file_transfer added at d869153

0 commit comments

Comments
 (0)