We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b900d commit 3f967a0Copy full SHA for 3f967a0
libraries/Matter/src/Matter.cpp
@@ -203,7 +203,7 @@ bool ArduinoMatter::isWiFiAccessPointEnabled() {
203
}
204
205
bool ArduinoMatter::isThreadEnabled() {
206
- // Check hardware support (SOC capabilities) AND Matter configuration
+ // Check Matter configuration only
207
#if CONFIG_ENABLE_MATTER_OVER_THREAD || CHIP_DEVICE_CONFIG_ENABLE_THREAD
208
return true;
209
#else
0 commit comments