Merge branch 'WiFi-Manager' into refactor-BT/I2C

This commit is contained in:
sle118
2019-09-08 22:24:16 -04:00
committed by GitHub
53 changed files with 4272 additions and 383 deletions

View File

@@ -1,7 +1,6 @@
set(COMPONENT_ADD_INCLUDEDIRS . )
idf_component_register(SRCS "bt_app_core.c" "bt_app_sink.c" "bt_app_source.c"
INCLUDE_DIRS . ../tools/
REQUIRES esp_common
PRIV_REQUIRES freertos bt io nvs_flash esp32 spi_flash newlib log console pthread
)
set(COMPONENT_SRCS "bt_app_core.c" )
set(REQUIRES esp_common)
set(REQUIRES_COMPONENTS freertos nvs_flash esp32 spi_flash newlib log console )
register_component()