12 lines
196 B
Text
12 lines
196 B
Text
|
|
idf_component_register(
|
||
|
|
SRCS "main.c" "ds_codec.c"
|
||
|
|
INCLUDE_DIRS "."
|
||
|
|
REQUIRES
|
||
|
|
esp_wifi
|
||
|
|
esp_event
|
||
|
|
esp_lcd
|
||
|
|
esp_timer
|
||
|
|
nvs_flash
|
||
|
|
esp_psram
|
||
|
|
)
|