forked from EXTERNAL/bareiron
make esp task yielding more consistent and reduce overhead
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/src/*.*)
|
||||
|
||||
idf_component_register(SRCS ${app_sources}
|
||||
PRIV_REQUIRES esp_wifi nvs_flash
|
||||
PRIV_REQUIRES esp_wifi nvs_flash esp_timer
|
||||
INCLUDE_DIRS ".")
|
||||
|
Reference in New Issue
Block a user