Skip to content

Commit c534a7d

Browse files
authored
Merge pull request #406 from prcutler/ble-file-transfer
Add BLE File Transfer as a submodule and update drivers.rst
2 parents b232d6b + 1449f22 commit c534a7d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,15 @@ Helpers for Bluetooth Low Energy (BLE).
141141
BLE BroadcastNet <https://circuitpython.readthedocs.io/projects/ble_broadcastnet/en/latest/>
142142
BLE Cycling Speed and Cadence <https://circuitpython.readthedocs.io/projects/ble_cycling_speed_and_cadence/en/latest/>
143143
BLE Eddystone Beacon <https://circuitpython.readthedocs.io/projects/ble_eddystone/en/latest/>
144+
BLE File Transfer <https://docs.circuitpython.org/projects/ble_file_transfer/en/latest/>
144145
BLE Heart Rate <https://circuitpython.readthedocs.io/projects/ble_heart_rate/en/latest/>
145146
BLE iBBQ <https://circuitpython.readthedocs.io/projects/ble_ibbq/en/latest/>
146147
BLE LYWSD03MMC (Xiaomi Mijia) <https://circuitpython.readthedocs.io/projects/ble_lywsd03mmc/en/latest/>
147148
BLE Magic Light <https://circuitpython.readthedocs.io/projects/ble_magic_light/en/latest/>
148149
BLE MIDI <https://circuitpython.readthedocs.io/projects/ble_midi/en/latest/>
149150
BLE Radio <https://circuitpython.readthedocs.io/projects/ble_radio/en/latest/>
150151

152+
151153
LoRa Wireless Helpers
152154
^^^^^^^^^^^^^^^^^^^^^
153155

libraries/helpers/ble_file_transfer

Submodule ble_file_transfer added at d869153

0 commit comments

Comments
 (0)