Skip to content

Commit 6158abb

Browse files
committed
ci(pio): fix doc and script
library name have to be lower Signed-off-by: Frederic Pillon <[email protected]>
1 parent 4ea1751 commit 6158abb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/pio-build/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This action build thanks PIO.
66

77
### `cmsis-version`
88

9-
The CMSIS version to use. Default `"5.5.1"`.
9+
The CMSIS version to use. Default `"5.7.0"`.
1010

1111
## Example usage
1212

1313
```yaml
1414
uses: ./.github/actions/pio-build
15-
```
15+
```

CI/build/platformio-builder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
DEFAULT_IGNORED_LIBRARIES = (
88
"keyboard",
99
"mouse",
10-
"SubGhz"
10+
"subghz"
1111
)
1212

1313

0 commit comments

Comments
 (0)