Skip to content

Commit 78e9656

Browse files
authored
fix(matter): leftover commentary
1 parent 94118c2 commit 78e9656

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libraries/Matter/src/Matter.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ bool ArduinoMatter::isWiFiAccessPointEnabled() {
204204

205205
bool ArduinoMatter::isThreadEnabled() {
206206
// Check hardware support (SOC capabilities) AND Matter configuration
207-
// Thread requires IEEE 802.15.4 radio support (ESP32-H2, ESP32-C6, ESP32-C5)
208-
// For now, we check Matter configuration as hardware detection is complex
209207
#if CONFIG_ENABLE_MATTER_OVER_THREAD || CHIP_DEVICE_CONFIG_ENABLE_THREAD
210208
return true;
211209
#else

0 commit comments

Comments
 (0)