Adafruit_MQTT_Library/library.properties

11 lines
458 B
Properties
Raw Normal View History

2015-06-11 00:38:34 +02:00
name=Adafruit MQTT Library
2022-08-15 19:18:56 +02:00
version=2.4.3
2015-06-11 00:38:34 +02:00
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
2021-05-18 22:41:26 +02:00
sentence=MQTT library that supports the FONA, ESP8266, ESP32, Yun, and generic Arduino Client hardware.
2015-06-11 00:38:34 +02:00
paragraph=Simple MQTT library that supports the bare minimum to publish and subscribe to topics.
category=Communication
url=https://github.com/adafruit/Adafruit_MQTT_Library
architectures=*
2020-06-25 15:56:46 +02:00
depends=Adafruit SleepyDog Library, Adafruit FONA Library, WiFi101