mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-09-26 14:20:54 +02:00
Switched to 2.0.0
This commit is contained in:
35
library.json
35
library.json
@@ -1,32 +1,33 @@
|
|||||||
{
|
{
|
||||||
"name":"ESP Async WebServer",
|
"name": "ESP Async WebServer",
|
||||||
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
|
"description": "Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
|
||||||
"keywords":"http,async,websocket,webserver",
|
"keywords": "http,async,websocket,webserver",
|
||||||
"authors":
|
"authors": {
|
||||||
{
|
|
||||||
"name": "Hristo Gochkov",
|
"name": "Hristo Gochkov",
|
||||||
"maintainer": true
|
"maintainer": true
|
||||||
},
|
},
|
||||||
"repository":
|
"repository": {
|
||||||
{
|
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/lorol/ESPAsyncWebServer.git"
|
"url": "https://github.com/mathieucarbou/ESPAsyncWebServer.git"
|
||||||
},
|
},
|
||||||
"version": "1.2.3",
|
"version": "2.0.0",
|
||||||
"license": "LGPL-3.0",
|
"license": "LGPL-3.0",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": ["espressif8266", "espressif32"],
|
"platforms": [
|
||||||
|
"espressif8266",
|
||||||
|
"espressif32"
|
||||||
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"owner": "me-no-dev",
|
"owner": "esphome",
|
||||||
"name": "ESPAsyncTCP",
|
"name": "ESPAsyncTCP-esphome",
|
||||||
"version": "^1.2.2",
|
"version": "2.0.0",
|
||||||
"platforms": "espressif8266"
|
"platforms": "espressif8266"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"owner": "me-no-dev",
|
"owner": "esphome",
|
||||||
"name": "AsyncTCP",
|
"name": "AsyncTCP-esphome",
|
||||||
"version": "^1.1.1",
|
"version": "2.0.1",
|
||||||
"platforms": "espressif32"
|
"platforms": "espressif32"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -34,4 +35,4 @@
|
|||||||
"platforms": "espressif8266"
|
"platforms": "espressif8266"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -1,9 +1,9 @@
|
|||||||
name=ESP Async WebServer
|
name=ESP Async WebServer
|
||||||
version=1.2.3
|
version=2.0.0
|
||||||
author=Me-No-Dev
|
author=Me-No-Dev
|
||||||
maintainer=lorol
|
maintainer=lorol
|
||||||
sentence=Async Web Server for ESP8266 and ESP31B
|
sentence=Async Web Server for ESP8266 and ESP31B
|
||||||
paragraph=Async Web Server for ESP8266 and ESP31B
|
paragraph=Async Web Server for ESP8266 and ESP31B
|
||||||
category=Other
|
category=Other
|
||||||
url=https://github.com/lorol/ESPAsyncWebServer
|
urlhttps://github.com/mathieucarbou/ESPAsyncWebServer
|
||||||
architectures=*
|
architectures=*
|
||||||
|
Reference in New Issue
Block a user