Skip to content

Commit d88506f

Browse files
tekka007Olivier
andauthored
Update PubSubClient 2.8 (#1438)
Co-authored-by: Olivier <Olivier@nowhere.org>
1 parent 15f5c5e commit d88506f

File tree

5 files changed

+262
-129
lines changed

5 files changed

+262
-129
lines changed

drivers/PubSubClient/CHANGES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2.8
2+
* Add setBufferSize() to override MQTT_MAX_PACKET_SIZE
3+
* Add setKeepAlive() to override MQTT_KEEPALIVE
4+
* Add setSocketTimeout() to overide MQTT_SOCKET_TIMEOUT
5+
* Added check to prevent subscribe/unsubscribe to empty topics
6+
* Declare wifi mode prior to connect in ESP example
7+
* Use `strnlen` to avoid overruns
8+
* Support pre-connected Client objects
9+
110
2.7
211
* Fix remaining-length handling to prevent buffer overrun
312
* Add large-payload API - beginPublish/write/publish/endPublish

drivers/PubSubClient/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2008-2015 Nicholas O'Leary
1+
Copyright (c) 2008-2020 Nicholas O'Leary
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)