Websocket sources working

This commit is contained in:
Djuri 2023-11-07 01:11:12 +01:00
parent c2226f73e0
commit 562348b5ea
28 changed files with 32411 additions and 6 deletions

View file

@ -1,4 +1,4 @@
FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/src/*.*)
idf_component_register(SRCS ${app_sources})
#target_compile_options(${COMPONENT_LIB} PRIVATE -std=gnu++11)
target_compile_options(${COMPONENT_LIB} PRIVATE -std=gnu++11)