Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit b7bf1fe

Browse files
committed
add separate platformio configs
Fixes: me-no-dev#223
1 parent 3e66903 commit b7bf1fe

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

espressif32_library.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name":"AsyncWebServer",
3+
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
4+
"keywords":"http,async,websocket,webserver",
5+
"authors":
6+
{
7+
"name": "Hristo Gochkov",
8+
"maintainer": true
9+
},
10+
"repository":
11+
{
12+
"type": "git",
13+
"url": "https://github.com/me-no-dev/ESPAsyncWebServer.git"
14+
},
15+
"version": "1.1.0",
16+
"license": "LGPL-3.0",
17+
"frameworks": "arduino",
18+
"platforms":"espressif32",
19+
"dependencies":
20+
{
21+
"name": "AsyncTCP"
22+
}
23+
}
File renamed without changes.

0 commit comments

Comments
 (0)