mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 04:57:06 +03:00
WIP httpd - saving current work. likely won't compile right now!
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
set(COMPONENT_SRCS "cmd_i2ctools.c")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||||
set(COMPONENT_REQUIRES console spi_flash)
|
||||
idf_component_register(SRCS "cmd_i2ctools.c"
|
||||
INCLUDE_DIRS "." "../tools/"
|
||||
REQUIRES esp_common
|
||||
PRIV_REQUIRES freertos esp32 spi_flash newlib log console pthread
|
||||
)
|
||||
|
||||
register_component()
|
||||
|
||||
Reference in New Issue
Block a user