mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
- means 3 sockets are used (data + 2 for control) - but LRU is activated (uses the 2 extra sockets to wake from select) - backlog is just 1 (listen) - only 3 sockets can be consumed before LRU activates - for now, connections are kept-alive
9 lines
367 B
CMake
9 lines
367 B
CMake
set( WEBPACK_DIR webapp/webpack/dist )
|
|
|
|
idf_component_register( SRC_DIRS . webapp
|
|
INCLUDE_DIRS . webapp
|
|
REQUIRES squeezelite-ota json mdns
|
|
PRIV_REQUIRES tools services platform_config esp_common json newlib freertos spi_flash nvs_flash mdns pthread wpa_supplicant platform_console esp_http_server console driver_bt
|
|
)
|
|
|
|
include(webapp/webapp.cmake) |