Skip to content

Commit 156a713

Browse files
committed
increase max. expected payload size to 512b, matching AMQTT
1 parent cf8071c commit 156a713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Wippersnapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ typedef enum {
154154
4000 ///< Session keepalive interval time, in milliseconds
155155

156156
#define WS_MQTT_MAX_PAYLOAD_SIZE \
157-
300 ///< MAXIMUM expected payload size, in bytes
157+
512 ///< MAXIMUM expected payload size, in bytes
158158

159159
class Wippersnapper_DigitalGPIO;
160160
class Wippersnapper_AnalogIO;

0 commit comments

Comments
 (0)