Skip to content

Commit f61ef0e

Browse files
authored
Merge branch 'main' into dev/add-pastebin
2 parents 55720ac + 9adee44 commit f61ef0e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+71
-62
lines changed

.github/workflows/images.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ on:
1010
workflow_dispatch:
1111

1212
concurrency:
13-
group: folder-images
13+
group: bundle-folder-images
1414
cancel-in-progress: true
1515

1616
jobs:
1717
update-images:
18+
if: github.repository_owner == 'adafruit'
1819
runs-on: ubuntu-20.04
1920
steps:
2021
- name: Dump GitHub context

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,9 @@
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
923926
[submodule "libraries/helpers/pastebin"]
924927
path = libraries/helpers/pastebin
925928
url = https://github.com/adafruit/Adafruit_CircuitPython_Pastebin.git

circuitpython_library_list.md

Lines changed: 3 additions & 1 deletion

docs/drivers.rst

Lines changed: 2 additions & 0 deletions

libraries/drivers/adxl34x

libraries/drivers/bno055

0 commit comments

Comments
 (0)