feat(lws): Add initial support libwebsockets component

This commit is contained in:
glmfe
2025-02-07 17:57:56 -03:00
parent 936e43f9d8
commit 5f66f35f5f
27 changed files with 1397 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ set(EXTRA_COMPONENT_DIRS
../components/console_simple_init
../components/mbedtls_cxx
../components/sock_utils
../components/libwebsockets
../components/mdns)