ci(ext_lib): Skip P4 in ArduinoBLE test (#11520)

This commit is contained in:
Lucas Saavedra Vaz 2025-06-30 05:50:17 -03:00 committed by GitHub
parent 21640ac82a
commit 875b923035
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,8 @@
{
"name": "ArduinoBLE",
"exclude_targets": [
"esp32s2"
"esp32s2",
"esp32p4"
],
"sketch_path": [
"~/Arduino/libraries/ArduinoBLE/examples/Central/Scan/Scan.ino"