Skip to content

Commit ed9e23c

Browse files
committedJul 22, 2022
Merge branch 'main' into experiment-threading
2 parents cb6cb1a + 082d78c commit ed9e23c

Some content is hidden

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

58 files changed

+1198
-298
lines changed
 

‎.github/workflows/check-arduino.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
compliance: specification
2525
# Change this to "update" once the library is added to the index.
26-
library-manager: submit
26+
library-manager: update
2727
# Always use this setting for official repositories. Remove for 3rd party projects.
2828
official: true

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vscode/

0 commit comments

Comments
 (0)
Please sign in to comment.