Skip to content

Commit 8d3eafc

Browse files
authored
feat(matter): create ci.json for the wifi prov matter example
1 parent ad74aa0 commit 8d3eafc

File tree

1 file changed

+7
-0
lines changed
  • libraries/Matter/examples/WiFiProvWithinMatter

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"fqbn_append": "PartitionScheme=huge_app",
3+
"requires": [
4+
"CONFIG_SOC_WIFI_SUPPORTED=y",
5+
"CONFIG_ESP_MATTER_ENABLE_DATA_MODEL=y"
6+
]
7+
}

0 commit comments

Comments
 (0)