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

@@ -4,4 +4,5 @@ set(COMPONENT_SRCS "esp_app_main.c" "platform_esp32.c" "cmd_wifi.c" "console.c"
set(REQUIRES esp_common)
set(REQUIRES_COMPONENTS freertos squeezelite nvs_flash esp32 spi_flash newlib log console )
register_component()