From 373c7d3569061af1ff6cc04564656a531ae21329 Mon Sep 17 00:00:00 2001 From: Guy Turcotte Date: Mon, 28 Jan 2019 18:47:18 -0500 Subject: [PATCH] Update PubSubClient.h --- src/PubSubClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PubSubClient.h b/src/PubSubClient.h index 2fd6f1d..9fb8bcc 100755 --- a/src/PubSubClient.h +++ b/src/PubSubClient.h @@ -94,7 +94,7 @@ private: unsigned long lastInActivity; bool pingOutstanding; MQTT_CALLBACK_SIGNATURE; - uint16_t readPacket(uint8_t*); + uint32_t readPacket(uint8_t*); boolean readByte(uint8_t * result); boolean readByte(uint8_t * result, uint16_t * index); boolean write(uint8_t header, uint8_t* buf, uint16_t length);