Skip to content

Commit 2ba5912

Browse files
committed
2 parents f90c096 + 120dab7 commit 2ba5912

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ The following examples show how you can use the library with various Arduino com
2323

2424
Other shields and boards should also work if they provide a [Client](https://www.arduino.cc/en/Reference/ClientConstructor) based network implementation.
2525

26+
**Check out the [Wiki](https://github.com/256dpi/arduino-mqtt/wiki) to find more examples.**
27+
2628
## Notes
2729

2830
- The maximum size for packets being published and received is set by default to 128 bytes. To change the buffer sizes, you need to use `MQTTClient client(256)` instead of just `MQTTClient client` on the top of your sketch. The passed value denotes the read and write buffer size.

0 commit comments

Comments
 (0)