mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-03-13 10:47:53 +01:00
* Automatically set mqtt buffer size Current versions of pubsubclient allows the buffer size to be set dynamically: https://github.com/knolleary/pubsubclient/pull/282 We can take advantage of this to avoid having to modify one of the dependencies and instead automatically up the buffer size when a powerful board is detected.