Skip to content

Commit

Permalink
feat(matter): create ci.json for the wifi prov matter example
Browse files Browse the repository at this point in the history
  • Loading branch information
SuGlider authored Nov 27, 2024
1 parent ad74aa0 commit 8d3eafc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libraries/Matter/examples/WiFiProvWithinMatter/ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"fqbn_append": "PartitionScheme=huge_app",
"requires": [
"CONFIG_SOC_WIFI_SUPPORTED=y",
"CONFIG_ESP_MATTER_ENABLE_DATA_MODEL=y"
]
}

0 comments on commit 8d3eafc

Please sign in to comment.