mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-01 03:20:54 +00:00
1.6.0
This commit is contained in:
parent
7d46a4de96
commit
999da37e11
11
library.json
11
library.json
@ -2,13 +2,11 @@
|
|||||||
"name": "ESPUI",
|
"name": "ESPUI",
|
||||||
"keywords": "espressif web interface iot control simple easy ui userinterface",
|
"keywords": "espressif web interface iot control simple easy ui userinterface",
|
||||||
"description": "ESP32 and ESP8266 Web Interface Library",
|
"description": "ESP32 and ESP8266 Web Interface Library",
|
||||||
"repository":
|
"repository": {
|
||||||
{
|
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/s00500/ESPUI.git"
|
"url": "https://github.com/s00500/ESPUI.git"
|
||||||
},
|
},
|
||||||
"authors":
|
"authors": [
|
||||||
[
|
|
||||||
{
|
{
|
||||||
"name": "Lukas Bachschwell",
|
"name": "Lukas Bachschwell",
|
||||||
"email": "lukas@lbsfilm.at",
|
"email": "lukas@lbsfilm.at",
|
||||||
@ -16,8 +14,7 @@
|
|||||||
"maintainer": true
|
"maintainer": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies":
|
"dependencies": [
|
||||||
[
|
|
||||||
{
|
{
|
||||||
"name": "ESP Async WebServer",
|
"name": "ESP Async WebServer",
|
||||||
"authors": "Hristo Gochkov",
|
"authors": "Hristo Gochkov",
|
||||||
@ -29,7 +26,7 @@
|
|||||||
"frameworks": "arduino"
|
"frameworks": "arduino"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": "1.5.4",
|
"version": "1.6.0",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": "*"
|
"platforms": "*"
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name=ESPUI
|
name=ESPUI
|
||||||
version=1.5.4
|
version=1.6.0
|
||||||
author=Lukas Bachschwell
|
author=Lukas Bachschwell
|
||||||
maintainer=Lukas Bachschwell <lukas@lbsfilm.at>
|
maintainer=Lukas Bachschwell <lukas@lbsfilm.at>
|
||||||
sentence=ESP32 and ESP8266 Web Interface Library
|
sentence=ESP32 and ESP8266 Web Interface Library
|
||||||
|
Loading…
Reference in New Issue
Block a user