Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 96672e6

Browse files
authoredOct 16, 2024··
fix(matter): changes CI FQBN
1 parent 9e74283 commit 96672e6

File tree

1 file changed

+5
-1
lines changed
  • libraries/Matter/examples/MatterCommissionTest

1 file changed

+5
-1
lines changed
 

‎libraries/Matter/examples/MatterCommissionTest/ci.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"fqbn_append": "PartitionScheme=huge_app,FlashMode=qio",
2+
"fqbn": {
3+
"esp32s3": [
4+
"espressif:esp32:esp32s3:PartitionScheme=huge_app,FlashMode=qio"
5+
]
6+
},
37
"requires": [
48
"CONFIG_SOC_WIFI_SUPPORTED=y",
59
"CONFIG_ESP_MATTER_ENABLE_DATA_MODEL=y"

0 commit comments

Comments
 (0)
Please sign in to comment.