Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 24adf49

Browse files
committedJan 30, 2025·
Merge branch 'main' into mcmchris/nano-matter/otbr-tutorial-update
2 parents 5e55096 + 5718f78 commit 24adf49

File tree

69 files changed

+3137
-346
lines changed

Some content is hidden

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

69 files changed

+3137
-346
lines changed
 

‎.github/workflows/workflow-validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Run spell check
1919
run: |
20-
pip install codespell
20+
pip install codespell==2.3.0
2121
codespell -I "scripts/resources/spell-check-ignore-list.txt" --skip="*.svg,*.dxf,*.pdf" ./content/
2222
2323
lint:

‎content/hardware/01.mkr/01.boards/mkr-wan-1300/compatibility.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ hardware:
88
carriers: ~
99
shields:
1010
- mkr-485-shield
11-
- mkr-can-shield
1211
- mkr-env-shield
1312
- mkr-eth-shield
1413
- mkr-imu-shield

0 commit comments

Comments
 (0)
Please sign in to comment.