adafruit / Adafruit_MQTT_Library

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

how to receive long text #181

Open myie9 opened 3 years ago

myie9 commented 3 years ago

It dropped packet When receive more then 90 chars. I must need to receive 1600 chars for one time. I changed MAX_DATA_LENGTH and RECEIVE_DATA_LENGTH. but not worked.

Please help me.