Skip to content

Commit 5793b6e

Browse files
authored
feat(matter): removing wifi requirement for H2 and C5
1 parent 952207e commit 5793b6e

File tree

1 file changed

+4
-5
lines changed
  • libraries/Matter/examples/WiFiProvWithinMatter

1 file changed

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

0 commit comments

Comments
 (0)