Skip to content

Commit 4c04d79

Browse files
committed
Fix the CI failure in lit-icd app
1 parent c1830cd commit 4c04d79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/platform/ESP32/ConfigurationManagerImpl.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -412,12 +412,14 @@ void ConfigurationManagerImpl::DoFactoryReset(intptr_t arg)
412412
ChipLogError(DeviceLayer, "Failed to unregister IP event handler");
413413
}
414414

415+
#if CHIP_DEVICE_CONFIG_ENABLE_WIFI
415416
err =
416417
ESP32Utils::MapError(esp_event_handler_unregister(WIFI_EVENT, ESP_EVENT_ANY_ID, PlatformManagerImpl::HandleESPSystemEvent));
417418
if (err != CHIP_NO_ERROR)
418419
{
419420
ChipLogError(DeviceLayer, "Failed to unregister wifi event handler");
420421
}
422+
#endif // CHIP_DEVICE_CONFIG_ENABLE_WIFI
421423

422424
ChipLogProgress(DeviceLayer, "Performing factory reset");
423425

0 commit comments

Comments
 (0)