Skip to content

Commit 3cae719

Browse files
committed
ci(ext_lib): Skip P4 in ArduinoBLE test
1 parent 21640ac commit 3cae719

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lib.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
{
1010
"name": "ArduinoBLE",
1111
"exclude_targets": [
12-
"esp32s2"
12+
"esp32s2",
13+
"esp32p4"
1314
],
1415
"sketch_path": [
1516
"~/Arduino/libraries/ArduinoBLE/examples/Central/Scan/Scan.ino"

0 commit comments

Comments
 (0)