Pirate TV for the esp32
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
374 B

idf_component_register(
SRCS
"user_main.c"
"video_broadcast.c"
"3d.c"
INCLUDE_DIRS
"."
REQUIRES
driver
esp_timer
esp_wifi
nvs_flash
esp_netif
esp_http_server
esp_http_client
mqtt
PRIV_REQUIRES
tablemaker
json
mbedtls
app_update
)