Merge branch 'master' of https://github.com/adafruit/Adafruit_MQTT_Library
This commit is contained in:
commit
a33dac3249
@ -74,8 +74,8 @@ class Adafruit_MQTT_FONA : public Adafruit_MQTT {
|
|||||||
DEBUG_PRINT('!');
|
DEBUG_PRINT('!');
|
||||||
|
|
||||||
if (len + avail > maxlen) {
|
if (len + avail > maxlen) {
|
||||||
// oof we cant read more of the available data in this buffer
|
avail = maxlen - len;
|
||||||
return len;
|
if (avail == 0) return len;
|
||||||
}
|
}
|
||||||
|
|
||||||
// try to read the data into the end of the pointer
|
// try to read the data into the end of the pointer
|
||||||
|
Loading…
Reference in New Issue
Block a user