diff options
| author | schererleander <leander@schererleander.de> | 2026-01-20 08:34:54 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2026-01-20 08:34:54 +0100 |
| commit | 85ea4e995a75abe061f6fc375ea0481084dddd43 (patch) | |
| tree | 7eb5d57653ecd8f041aeac4e68d7d554c1168681 /libraries/ESP_Async_WebServer/idf_component.yml | |
Diffstat (limited to 'libraries/ESP_Async_WebServer/idf_component.yml')
| -rw-r--r-- | libraries/ESP_Async_WebServer/idf_component.yml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/libraries/ESP_Async_WebServer/idf_component.yml b/libraries/ESP_Async_WebServer/idf_component.yml new file mode 100644 index 0000000..708fc81 --- /dev/null +++ b/libraries/ESP_Async_WebServer/idf_component.yml @@ -0,0 +1,37 @@ +description: "Async Web Server for ESP32 Arduino" +url: "https://github.com/ESP32Async/ESPAsyncWebServer" +license: "LGPL-3.0-or-later" +tags: + - arduino +files: + exclude: + - "idf_component_examples/" + - "idf_component_examples/**/*" + - "docs/" + - "docs/*" + - "examples/" + - "examples/**/*" + - ".gitignore" + - ".clang-format" + - ".gitpod.Dockerfile" + - ".gitpod.yml" + - ".codespellrc" + - ".editorconfig" + - ".pre-commit-config.yaml" + - "CODE_OF_CONDUCT.md" + - "library.json" + - "library.properties" + - "partitions-4MB.csv" + - "platformio.ini" + - "pre-commit.requirements.txt" +dependencies: + esp32async/asynctcp: + version: "^3.4.0" + require: public + bblanchon/arduinojson: + version: "^7.4.1" + require: public +examples: + - path: ./idf_component_examples/catchall + - path: ./idf_component_examples/serversentevents + - path: ./idf_component_examples/websocket |
