Skip to content

Commit

Permalink
Update PubSubClient 2.8 (#1438)
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier <[email protected]>
  • Loading branch information
tekka007 and Olivier authored Aug 22, 2020
1 parent 15f5c5e commit d88506f
Show file tree
Hide file tree
Showing 5 changed files with 262 additions and 129 deletions.
9 changes: 9 additions & 0 deletions drivers/PubSubClient/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.8
* Add setBufferSize() to override MQTT_MAX_PACKET_SIZE
* Add setKeepAlive() to override MQTT_KEEPALIVE
* Add setSocketTimeout() to overide MQTT_SOCKET_TIMEOUT
* Added check to prevent subscribe/unsubscribe to empty topics
* Declare wifi mode prior to connect in ESP example
* Use `strnlen` to avoid overruns
* Support pre-connected Client objects

2.7
* Fix remaining-length handling to prevent buffer overrun
* Add large-payload API - beginPublish/write/publish/endPublish
Expand Down
2 changes: 1 addition & 1 deletion drivers/PubSubClient/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2008-2015 Nicholas O'Leary
Copyright (c) 2008-2020 Nicholas O'Leary

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

0 comments on commit d88506f

Please sign in to comment.