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.
This commit is contained in:
Piyush Shah
2025-11-14 19:34:37 +05:30
parent e70ad69f0a
commit da577d7cb4

View File

@@ -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/'