CI: Fix build issues

This commit is contained in:
gabsuren
2022-07-27 17:21:43 +04:00
parent b6852a0588
commit 6e4e4fab1d
5 changed files with 18 additions and 7 deletions

View File

@ -9,5 +9,5 @@ endif()
idf_component_register(SRCS "esp_websocket_client.c"
INCLUDE_DIRS "include"
REQUIRES lwip esp-tls tcp_transport http_parser
PRIV_REQUIRES esp_timer)
PRIV_REQUIRES esp_timer esp_event)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")