Lwip MQTT can't publish a message payload more than 232 Characters
Hi all, Iam trying to send a long payload message in a single buffer (const char*) to Mqtt server. Iam using Lwip Mqtt from http://www.nongnu.org/lwip/2_0_x/group__mqtt.htmlIt worked with payload that fewer than 232 characters. As we know the limit f...