mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-30 22:37:21 +03:00
initial work on a wifi/http configuration module
This commit is contained in:
11
components/wifi-manager/CMakeLists.txt
Normal file
11
components/wifi-manager/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
set(COMPONENT_ADD_INCLUDEDIRS .)
|
||||
|
||||
set(COMPONENT_SRCS "dns_server.c" "http_server.c" "json.c" "wifi_manager.c")
|
||||
set(REQUIRES esp_common)
|
||||
set(COMPONENT_EMBED_FILES "style.css jquery.gz code.js index.html")
|
||||
|
||||
set(REQUIRES_COMPONENTS freertos )
|
||||
|
||||
register_component()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user