ci(ext_lib): Skip P4 in ArduinoBLE test (#11520)
This commit is contained in:
parent
21640ac82a
commit
875b923035
1 changed files with 2 additions and 1 deletions
3
.github/workflows/lib.json
vendored
3
.github/workflows/lib.json
vendored
|
|
@ -9,7 +9,8 @@
|
|||
{
|
||||
"name": "ArduinoBLE",
|
||||
"exclude_targets": [
|
||||
"esp32s2"
|
||||
"esp32s2",
|
||||
"esp32p4"
|
||||
],
|
||||
"sketch_path": [
|
||||
"~/Arduino/libraries/ArduinoBLE/examples/Central/Scan/Scan.ino"
|
||||
|
|
|
|||
Loading…
Reference in a new issue