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

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