Merge pull request #950 from david-cermak/fix/lws_remove_v6.0_support

[lws]: Remove lws support for IDF>=v6.0
This commit is contained in:
david-cermak
2025-11-19 13:39:29 +01:00
committed by GitHub
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'