添加依赖库

This commit is contained in:
kerwincui
2021-07-09 21:37:19 +08:00
parent 1e4fc7ae4e
commit 7fb709c31f
410 changed files with 44833 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"name":"EspMQTTClient",
"description":"A library that provides a wifi and MQTT connection to an ESP8266/ESP32",
"keywords":"mqtt,wifi,iot",
"authors": [
{
"name": "Patrick Lapointe",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/plapointe6/EspMQTTClient.git"
},
"version": "1.11.1",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"],
"dependencies": [
{
"name": "PubSubClient",
"platforms": ["espressif8266", "espressif32"]
}
]
}