adafruit / Adafruit_MQTT_Library

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

Increase the MQTT Subscription limit for non-32u4 devices. #129

Closed brentru closed 5 years ago

brentru commented 5 years ago

Perform a check for 32u4/328p-based devices (MAXSUBSCRIPTIONS = 5). Increase the subscription limit to 15 for SAMD devices.

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

brentru commented 5 years ago

This has been merged into master and released, closing...