refactor(control_plane): remove business http server stack

This commit is contained in:
admin
2026-03-01 13:32:25 +08:00
parent e553cf7835
commit c6602032c7
14 changed files with 56 additions and 2164 deletions

View File

@@ -1,21 +1,10 @@
idf_component_register(
SRCS
"src/controller_lifecycle.c"
"src/rest_server.c"
"src/rest_server_common.c"
"src/rest_server_ops.c"
"src/rest_server_print.c"
"src/rest_server_print_image.c"
"src/rest_server_print_text.c"
"src/rest_server_jobs.c"
"src/rest_server_voice.c"
INCLUDE_DIRS
"include"
PRIV_INCLUDE_DIRS
"internal"
REQUIRES
domain
esp_http_server
json
mbedtls
)