Adafruit_MQTT_Library/library.properties

11 lines
458 B
Properties
Raw Normal View History

2015-06-10 15:38:34 -07:00
name=Adafruit MQTT Library
2021-07-12 09:53:23 -04:00
version=2.4.2
2015-06-10 15:38:34 -07:00
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
2021-05-18 16:41:26 -04:00
sentence=MQTT library that supports the FONA, ESP8266, ESP32, Yun, and generic Arduino Client hardware.
2015-06-10 15:38:34 -07: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 09:56:46 -04:00
depends=Adafruit SleepyDog Library, Adafruit FONA Library, WiFi101