fix(esp_websocket_client): specify override_path in example manifests

This commit is contained in:
Ivan Grokhotkov
2023-09-18 12:21:34 +02:00
committed by David Cermak
parent fa005c6363
commit d5e789883f
3 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -3,3 +3,4 @@ dependencies:
idf: ">=5.0"
espressif/esp_websocket_client:
version: "^1.0.0"
override_path: "../../../"

View File

@ -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: