untangling references. linking almost completed!

This commit is contained in:
Sebastien
2020-03-08 10:46:30 -04:00
parent 70aa420406
commit b2ea4a2cdd
14 changed files with 27 additions and 18 deletions

View File

@@ -1,4 +1,5 @@
idf_component_register( SRC_DIRS .
INCLUDE_DIRS .
REQUIRES console nvs_flash spi_flash app_update platform_config vfs pthread wifi-manager
PRIV_REQUIRES display squeezelite )
REQUIRES nvs_flash
PRIV_REQUIRES console tools services spi_flash app_update platform_config vfs pthread wifi-manager platform_config squeezelite )

View File

@@ -14,7 +14,7 @@
#include "freertos/event_groups.h"
#include "pthread.h"
#include "platform_esp32.h"
#include "config.h"
#include "platform_config.h"
static const char * TAG = "squeezelite_cmd";
#define SQUEEZELITE_THREAD_STACK_SIZE (6*1024)