From db2cb34eedd5d2039af9982489f50978cc3fa2e3 Mon Sep 17 00:00:00 2001 From: XiaochaoGONG Date: Mon, 16 Sep 2019 12:26:54 +0800 Subject: [PATCH] update idf v3.3 --- components/esp-face | 2 +- components/recorder_engine/CMakeLists.txt | 4 ++-- esp-idf | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/esp-face b/components/esp-face index 1520536..54c08ba 160000 --- a/components/esp-face +++ b/components/esp-face @@ -1 +1 @@ -Subproject commit 1520536bed21af4a2cfc26d9f3e43cb7711c070b +Subproject commit 54c08baa5bcc29bd2031084229306e316958f6f1 diff --git a/components/recorder_engine/CMakeLists.txt b/components/recorder_engine/CMakeLists.txt index 69d21f6..c205db3 100644 --- a/components/recorder_engine/CMakeLists.txt +++ b/components/recorder_engine/CMakeLists.txt @@ -3,8 +3,8 @@ set(COMPONENT_ADD_INCLUDEDIRS include) register_component() -target_link_libraries(recorder_engine "-L ${CMAKE_CURRENT_SOURCE_DIR}") -target_link_libraries(recorder_engine +target_link_libraries(${COMPONENT_TARGET} "-L ${CMAKE_CURRENT_SOURCE_DIR}") +target_link_libraries(${COMPONENT_TARGET} esp_wakenet nn_model ) diff --git a/esp-idf b/esp-idf index 286202c..6ccb4cf 160000 --- a/esp-idf +++ b/esp-idf @@ -1 +1 @@ -Subproject commit 286202caa31b61c2182209f37f8069a0b60fb942 +Subproject commit 6ccb4cf5b7d1fdddb8c2492f9cbc926abaf230df