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 94118c2 commit 78e9656Copy full SHA for 78e9656
libraries/Matter/src/Matter.cpp
@@ -204,8 +204,6 @@ bool ArduinoMatter::isWiFiAccessPointEnabled() {
204
205
bool ArduinoMatter::isThreadEnabled() {
206
// 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
209
#if CONFIG_ENABLE_MATTER_OVER_THREAD || CHIP_DEVICE_CONFIG_ENABLE_THREAD
210
return true;
211
#else
0 commit comments