We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b44b8c commit 618610dCopy full SHA for 618610d
CI/build/platformio-builder.py
@@ -6,7 +6,8 @@
6
# Libraries that are not meant to be checked in CI by default
7
DEFAULT_IGNORED_LIBRARIES = (
8
"keyboard",
9
- "mouse"
+ "mouse",
10
+ "SubGhz"
11
)
12
13
0 commit comments