From a880a1ff2ff87e22cb7eabab950d9b40470fcbe1 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Thu, 23 Feb 2023 19:22:40 +0100 Subject: [PATCH] Minor updates --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 6a85207..e6daa4a 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=TinyMqtt version=0.9.12 author=Francois BIOT, HSaturn, -maintainer=Francois BIOT, HSaturn, +maintainer=Francois BIOT sentence=A tiny broker and client library for MQTT messaging. -paragraph=MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0. +paragraph=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=0, and is intented to be as smallest as possible, keeping a good efficiency (about 1k msg per second on ESP8266 12F). category=Communication url=https://github.com/hsaturn/TinyMqtt architectures=*