TinyTest Esp32 port

Update library definition
This commit is contained in:
hsaturn
2021-04-28 08:15:45 +02:00
parent 1098466055
commit 26de3befa8
3 changed files with 15 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
name=TinyMqtt
version=0.7.3
version=0.7.4
author=Francois BIOT, HSaturn, <hsaturn@gmail.com>
maintainer=Francois BIOT, HSaturn, <hsaturn@gmail.com>
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. It does support MQTT 3.1.1 with QoS=0.
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.
category=Communication
url=https://github.com/hsaturn/TinyMqtt
architectures=*