From 61f19b76f2417781c06ee55fd7859fb007f68483 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 7 Sep 2015 21:28:46 +0100 Subject: [PATCH] Update index.html --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 31baaef..2017e25 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,8 @@ title: Arduino Client for MQTT
  • Arduino Ethernet Shield
  • Arduino YUN – use the included YunClient in place of EthernetClient, and be sure to do a Bridge.begin() first
  • -
  • Arduino WiFi Shield
  • +
  • Arduino WiFi Shield - if you want to send packets > 90 bytes with this shield, + enable the [`MQTT_MAX_TRANSFER_SIZE`](http://knolleary.github.io/pubsubclient/api.html#configoptions) define in `PubSubClient.h`.
  • Sparkfun WiFly Shield – when used with this library
  • Intel Galileo/Edison
  • ESP8266