mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-14 17:45:45 +00:00
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:
@@ -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/'
|
||||
|
||||
Reference in New Issue
Block a user