Skip to content

Commit 1be6b0e

Browse files
authored
fix(matter): remove commented lines
1 parent 6fe9d26 commit 1be6b0e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

idf_component_examples/esp_matter_light/main/matter_light.cpp

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -419,17 +419,3 @@ void loop() {
419419

420420
delay(50); // WDT is happier with a delay
421421
}
422-
423-
//#if CHIP_DEVICE_CONFIG_ENABLE_THREAD
424-
// If Thread is Provisioned, publish the dns service
425-
// if (chip::DeviceLayer::ConnectivityMgr().IsThreadProvisioned() &&
426-
// (chip::Server::GetInstance().GetFabricTable().FabricCount() != 0)) {
427-
// chip::app::DnssdServer::Instance().StartServer();
428-
// }
429-
//#endif
430-
431-
// chip::DeviceLayer::PlatformMgr().LockChipStack();
432-
// chip::DeviceLayer::ConnectivityMgr().ClearWiFiStationProvision();
433-
// chip::DeviceLayer::PlatformMgr().UnlockChipStack();
434-
435-
// return chip::DeviceLayer::ConnectivityMgr().IsWiFiStationProvisioned();

0 commit comments

Comments
 (0)