mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
smartconfig: move smartconfig_ack to esp_wifi conponent
This commit is contained in:
@@ -10,9 +10,10 @@ idf_component_register(SRCS "src/coexist.c"
|
|||||||
"src/phy_init.c"
|
"src/phy_init.c"
|
||||||
"src/restore.c"
|
"src/restore.c"
|
||||||
"src/smartconfig.c"
|
"src/smartconfig.c"
|
||||||
|
"src/smartconfig_ack.c"
|
||||||
"src/wifi_init.c"
|
"src/wifi_init.c"
|
||||||
INCLUDE_DIRS "include" "${idf_target}/include"
|
INCLUDE_DIRS "include" "${idf_target}/include"
|
||||||
PRIV_REQUIRES wpa_supplicant nvs_flash smartconfig_ack
|
PRIV_REQUIRES wpa_supplicant nvs_flash
|
||||||
LDFRAGMENTS "${ldfragments}")
|
LDFRAGMENTS "${ldfragments}")
|
||||||
|
|
||||||
idf_build_get_property(build_dir BUILD_DIR)
|
idf_build_get_property(build_dir BUILD_DIR)
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
idf_component_register(SRCS "smartconfig_ack.c"
|
|
||||||
INCLUDE_DIRS include
|
|
||||||
PRIV_REQUIRES lwip tcpip_adapter)
|
|
@@ -1,2 +0,0 @@
|
|||||||
#
|
|
||||||
# Component Makefile
|
|
Reference in New Issue
Block a user