We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442255b commit 36c74c2Copy full SHA for 36c74c2
src/platform/Zephyr/ConfigurationManagerImpl.cpp
@@ -183,10 +183,6 @@ void ConfigurationManagerImpl::DoFactoryReset(intptr_t arg)
183
{
184
ChipLogProgress(DeviceLayer, "Performing factory reset");
185
186
-#if CHIP_DEVICE_CONFIG_ENABLE_THREAD_SRP_CLIENT
187
- ThreadStackMgr().ClearAllSrpHostAndServices();
188
-#endif // CHIP_DEVICE_CONFIG_ENABLE_THREAD_SRP_CLIENT
189
-
190
// Lock the Thread stack to avoid unwanted interaction with settings NVS during factory reset.
191
#ifdef CONFIG_NET_L2_OPENTHREAD
192
ThreadStackMgr().LockThreadStack();
0 commit comments