fix(lws): Remove lws support for IDF>=v6.0

This commit is contained in:
David Cermak
2025-11-19 11:11:25 +01:00
parent cccfdd9315
commit b70cc3fc09
2 changed files with 18 additions and 8 deletions

View File

@@ -2,4 +2,4 @@ version: "4.3.3"
url: https://github.com/espressif/esp-protocols/tree/master/components/libwebsockets
description: The component provides a simple ESP-IDF port of libwebsockets client.
dependencies:
idf: '>=5.3'
idf: '>=5.3,<6.0'