We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea1751 commit 6158abbCopy full SHA for 6158abb
2 files changed
.github/actions/pio-build/README.md
@@ -6,10 +6,10 @@ This action build thanks PIO.
6
7
### `cmsis-version`
8
9
-The CMSIS version to use. Default `"5.5.1"`.
+The CMSIS version to use. Default `"5.7.0"`.
10
11
## Example usage
12
13
```yaml
14
uses: ./.github/actions/pio-build
15
-```
+```
CI/build/platformio-builder.py
@@ -7,7 +7,7 @@
DEFAULT_IGNORED_LIBRARIES = (
"keyboard",
"mouse",
- "SubGhz"
+ "subghz"
)
0 commit comments