mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-06-25 17:31:33 +02:00
fix(esp_websocket_client): specify override_path in example manifests
This commit is contained in:
committed by
David Cermak
parent
fa005c6363
commit
d5e789883f
@ -2,7 +2,6 @@
|
||||
# in this exact order for cmake to work correctly
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
set(EXTRA_COMPONENT_DIRS "../..")
|
||||
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
||||
list(APPEND EXTRA_COMPONENT_DIRS "../../../../common_components/protocol_examples_common")
|
||||
|
||||
|
@ -3,3 +3,4 @@ dependencies:
|
||||
idf: ">=5.0"
|
||||
espressif/esp_websocket_client:
|
||||
version: "^1.0.0"
|
||||
override_path: "../../../"
|
||||
|
@ -1,5 +1,5 @@
|
||||
version: "1.1.0"
|
||||
description: esp websocket client
|
||||
description: WebSocket protocol client for ESP-IDF
|
||||
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client
|
||||
dependencies:
|
||||
idf:
|
||||
|
Reference in New Issue
Block a user