mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
simplify dependencies
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
idf_component_register(SRC_DIRS .
|
idf_component_register(SRC_DIRS .
|
||||||
INCLUDE_DIRS . ${IDF_PATH}/components/driver
|
INCLUDE_DIRS . ${IDF_PATH}/components/driver
|
||||||
REQUIRES json tools platform_config display
|
REQUIRES json tools platform_config display
|
||||||
PRIV_REQUIRES soc esp32 squeezelite
|
PRIV_REQUIRES soc esp32
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,6 @@
|
|||||||
#include "driver/gpio.h"
|
#include "driver/gpio.h"
|
||||||
#include "driver/spi_common_internal.h"
|
#include "driver/spi_common_internal.h"
|
||||||
#include "esp32/rom/efuse.h"
|
#include "esp32/rom/efuse.h"
|
||||||
#include "adac.h"
|
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
#include "monitor.h"
|
#include "monitor.h"
|
||||||
#include "messaging.h"
|
#include "messaging.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user