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:
33
library.json
33
library.json
@@ -1,32 +1,33 @@
|
||||
{
|
||||
"name":"ESP Async WebServer",
|
||||
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
|
||||
"keywords":"http,async,websocket,webserver",
|
||||
"authors":
|
||||
{
|
||||
"name": "ESP Async WebServer",
|
||||
"description": "Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
|
||||
"keywords": "http,async,websocket,webserver",
|
||||
"authors": {
|
||||
"name": "Hristo Gochkov",
|
||||
"maintainer": true
|
||||
},
|
||||
"repository":
|
||||
{
|
||||
"repository": {
|
||||
"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",
|
||||
"frameworks": "arduino",
|
||||
"platforms": ["espressif8266", "espressif32"],
|
||||
"platforms": [
|
||||
"espressif8266",
|
||||
"espressif32"
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"owner": "me-no-dev",
|
||||
"name": "ESPAsyncTCP",
|
||||
"version": "^1.2.2",
|
||||
"owner": "esphome",
|
||||
"name": "ESPAsyncTCP-esphome",
|
||||
"version": "2.0.0",
|
||||
"platforms": "espressif8266"
|
||||
},
|
||||
{
|
||||
"owner": "me-no-dev",
|
||||
"name": "AsyncTCP",
|
||||
"version": "^1.1.1",
|
||||
"owner": "esphome",
|
||||
"name": "AsyncTCP-esphome",
|
||||
"version": "2.0.1",
|
||||
"platforms": "espressif32"
|
||||
},
|
||||
{
|
||||
|
@@ -1,9 +1,9 @@
|
||||
name=ESP Async WebServer
|
||||
version=1.2.3
|
||||
version=2.0.0
|
||||
author=Me-No-Dev
|
||||
maintainer=lorol
|
||||
sentence=Async Web Server for ESP8266 and ESP31B
|
||||
paragraph=Async Web Server for ESP8266 and ESP31B
|
||||
category=Other
|
||||
url=https://github.com/lorol/ESPAsyncWebServer
|
||||
urlhttps://github.com/mathieucarbou/ESPAsyncWebServer
|
||||
architectures=*
|
||||
|
Reference in New Issue
Block a user