1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-12-19 20:02:29 +03:00
Files
Adafruit_MQTT_Library/library.properties
Mikey Sklar fef830edc2 feedback fixes
Thx @brentru . Changes have been made and tested.

- rev library 2.6.1 -> 2.6.2
- move setup() / loop() to bottom
- drop prototypes
- -10 safety margin added as #define
2025-11-24 07:27:36 -08:00

11 lines
484 B
INI

name=Adafruit MQTT Library
version=2.6.2
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
sentence=MQTT library that supports the FONA, ESP8266, ESP32, Yun, and generic Arduino Client hardware.
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=*
depends=Adafruit SleepyDog Library, Adafruit FONA Library, WiFi101, WiFiNINA_-_Adafruit_Fork