Skip to content

Commit 3f967a0

Browse files
authored
fix(matter): fix commentary
1 parent f1b900d commit 3f967a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/src/Matter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ bool ArduinoMatter::isWiFiAccessPointEnabled() {
203203
}
204204

205205
bool ArduinoMatter::isThreadEnabled() {
206-
// Check hardware support (SOC capabilities) AND Matter configuration
206+
// Check Matter configuration only
207207
#if CONFIG_ENABLE_MATTER_OVER_THREAD || CHIP_DEVICE_CONFIG_ENABLE_THREAD
208208
return true;
209209
#else

0 commit comments

Comments
 (0)