From da577d7cb40ca8ebf078690418e9db8bd696709b Mon Sep 17 00:00:00 2001 From: Piyush Shah Date: Fri, 14 Nov 2025 19:34:37 +0530 Subject: [PATCH] homekit_switch: rmaker_app_network was getting used instead of custom app_network HomeKit has its own logic for network provisioning, including support for Apple WAC and so, uses its own app_network component. Recent restructuring pulled in the common rmaker_app_network component instead. --- examples/homekit_switch/main/idf_component.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/homekit_switch/main/idf_component.yml b/examples/homekit_switch/main/idf_component.yml index 6ca39b9..a887e24 100644 --- a/examples/homekit_switch/main/idf_component.yml +++ b/examples/homekit_switch/main/idf_component.yml @@ -13,9 +13,6 @@ dependencies: espressif/rmaker_app_reset: version: "*" override_path: '../../common/rmaker_app_reset/' - espressif/rmaker_app_network: - version: "*" - override_path: '../../common/rmaker_app_network/' espressif/rmaker_app_insights: version: "*" override_path: '../../common/rmaker_app_insights/'