mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-14 19:16:32 +02:00
examples: use new component registration api
* Original commit: espressif/esp-idf@6771eead80
This commit is contained in:
committed by
gabsuren
parent
f3a0586663
commit
35d6f9a2c6
@ -1,4 +1,3 @@
|
||||
set(COMPONENT_SRCS "esp_websocket_client.c")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
||||
set(COMPONENT_REQUIRES lwip esp-tls tcp_transport nghttp)
|
||||
register_component()
|
||||
idf_component_register(SRCS "esp_websocket_client.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES lwip esp-tls tcp_transport nghttp)
|
||||
|
Reference in New Issue
Block a user