forked from me-no-dev/ESPAsyncWebServer
-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathidf_component.yml
More file actions
38 lines (38 loc) · 927 Bytes
/
idf_component.yml
File metadata and controls
38 lines (38 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
description: "Async Web Server for ESP32 Arduino"
url: "https://github.com/ESP32Async/ESPAsyncWebServer"
license: "LGPL-3.0-or-later"
tags:
- arduino
files:
exclude:
- "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:
espressif/arduino-esp32:
version: "^3.1.1"
require: public
esp32async/asynctcp:
version: "^3.4.10"
require: public
bblanchon/arduinojson:
version: "^7.4.3"
require: public
examples:
- path: .examples/idf_component/catchall
- path: .examples/idf_component/serversentevents
- path: .examples/idf_component/websocket