File tree 3 files changed +6
-0
lines changed 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 920
920
[submodule "libraries/helpers/ble_beacon "]
921
921
path = libraries/helpers/ble_beacon
922
922
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
Original file line number Diff line number Diff line change @@ -141,13 +141,15 @@ Helpers for Bluetooth Low Energy (BLE).
141
141
BLE BroadcastNet <https://circuitpython.readthedocs.io/projects/ble_broadcastnet/en/latest/ >
142
142
BLE Cycling Speed and Cadence <https://circuitpython.readthedocs.io/projects/ble_cycling_speed_and_cadence/en/latest/ >
143
143
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/ >
144
145
BLE Heart Rate <https://circuitpython.readthedocs.io/projects/ble_heart_rate/en/latest/ >
145
146
BLE iBBQ <https://circuitpython.readthedocs.io/projects/ble_ibbq/en/latest/ >
146
147
BLE LYWSD03MMC (Xiaomi Mijia) <https://circuitpython.readthedocs.io/projects/ble_lywsd03mmc/en/latest/ >
147
148
BLE Magic Light <https://circuitpython.readthedocs.io/projects/ble_magic_light/en/latest/ >
148
149
BLE MIDI <https://circuitpython.readthedocs.io/projects/ble_midi/en/latest/ >
149
150
BLE Radio <https://circuitpython.readthedocs.io/projects/ble_radio/en/latest/ >
150
151
152
+
151
153
LoRa Wireless Helpers
152
154
^^^^^^^^^^^^^^^^^^^^^
153
155
You can’t perform that action at this time.
0 commit comments