Skip to content

Commit

Permalink
fix(esp_websocket_client): specify override_path in example manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Sep 18, 2023
1 parent 8131398 commit 906da5c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ dependencies:
idf: ">=5.0"
espressif/esp_websocket_client:
version: "^1.0.0"
override_path: "../../../"
2 changes: 1 addition & 1 deletion components/esp_websocket_client/idf_component.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 906da5c

Please sign in to comment.