mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
untangling references. linking almost completed!
This commit is contained in:
@@ -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 )
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user