You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
the documentation of PubSubclient says, you can use: setBufferSize() to override MQTT_MAX_PACKET_SIZE.
So maybe you can easily change your Documentation and everybody can use the PubSubClient.lib & updates without changes,
PubSubClient::setBufferSize(512);` // to override MQTT_MAX_PACKET_SIZE (default = 256)
Cool work so far, thanx!
The text was updated successfully, but these errors were encountered:
Hi.
the documentation of PubSubclient says, you can use:
setBufferSize() to override MQTT_MAX_PACKET_SIZE.
So maybe you can easily change your Documentation and everybody can use the PubSubClient.lib & updates without changes,
PubSubClient::setBufferSize(512);` // to override MQTT_MAX_PACKET_SIZE (default = 256)
Cool work so far, thanx!
The text was updated successfully, but these errors were encountered: