dreed47 / WifiMQTTManager

ESP32/ESP8266 library for managing your IoT devices.
GNU General Public License v3.0
82 stars 33 forks source link

Tipp for your documentation: no changes in PubSubClient.h needed #24

Open funtomaas opened 2 years ago

funtomaas commented 2 years ago

Hi. the documentation of PubSubclient says, you can use: _setBufferSize() to override MQTT_MAX_PACKETSIZE. 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!