File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
idf_component_examples/esp_matter_light/main Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -419,17 +419,3 @@ void loop() {
419
419
420
420
delay (50 ); // WDT is happier with a delay
421
421
}
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();
You can’t perform that action at this time.
0 commit comments