Release 0.9.16

This commit is contained in:
hsaturn
2023-02-23 20:12:49 +01:00
parent 58ae2436d3
commit cc004875b5
4 changed files with 54 additions and 8 deletions

18
library.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "TinyMqtt",
"keywords": "ethernet, mqtt, m2m, iot",
"description": "MQTT is a lightweight messaging protocol. This library allows to host a broker or to use a mqtt client in your ESP 8266 or 32 WROOM. It does support MQTT 3.1.1 with QoS",
"repository": {
"type": "git",
"url": "https://github.com/hsaturn/TinyMqtt.git"
},
"version": "0.9.15",
"exclude": "",
"examples": "examples/*/*.ino",
"frameworks": "arduino",
"platforms": [
"atmelavr",
"espressif8266",
"espressif32"
]
}