adafruit / Adafruit_MQTT_Library

Arduino library for MQTT support
MIT License
571 stars 292 forks source link

increase mqtt sub. limit for non 32u4/328p devices #130

Closed brentru closed 5 years ago

brentru commented 5 years ago

Perform a check for 32u4/328p-based devices (MAXSUBSCRIPTIONS = 5) and increase the subscription cap to 15 for non-32u4/328p: devices.

https://github.com/adafruit/Adafruit_MQTT_Library/blob/master/Adafruit_MQTT.h#L109

Tracking issue https://github.com/adafruit/Adafruit_MQTT_Library/issues/129