mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-15 07:57:07 +03:00
add display + some refactoring
This commit is contained in:
@@ -22,9 +22,10 @@
|
||||
#include "esp_a2dp_api.h"
|
||||
#include "esp_avrc_api.h"
|
||||
#include "nvs.h"
|
||||
#include "nvs_utilities.h"
|
||||
#include "config.h"
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/task.h"
|
||||
#include "trace.h"
|
||||
#include "audio_controls.h"
|
||||
#include "sys/lock.h"
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "esp_wifi.h"
|
||||
#include "freertos/timers.h"
|
||||
#include "argtable3/argtable3.h"
|
||||
#include "nvs_utilities.h"
|
||||
#include "config.h"
|
||||
#include "bt_app_core.h"
|
||||
#include "trace.h"
|
||||
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
# please read the SDK documents if you need to do this.
|
||||
#
|
||||
|
||||
CFLAGS += -I$(COMPONENT_PATH)/../tools
|
||||
CFLAGS += -I$(COMPONENT_PATH)/../tools \
|
||||
-I$(COMPONENT_PATH)/../config
|
||||
COMPONENT_ADD_INCLUDEDIRS := .
|
||||
COMPONENT_ADD_INCLUDEDIRS += $(COMPONENT_PATH)/../tools
|
||||
COMPONENT_EXTRA_INCLUDES += $(PROJECT_PATH)/main/
|
||||
|
||||
Reference in New Issue
Block a user