From d53fc4be90ab22995d14783586d9759f92076e86 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 7 Sep 2015 21:31:04 +0100 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2017e25..eee85ad 100644 --- a/index.html +++ b/index.html @@ -26,8 +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 - 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`.
  • +
  • Arduino WiFi Shield - if you want to send packets greater than 90 bytes with this shield, + enable the MQTT_MAX_TRANSFER_SIZE option in PubSubClient.h.
  • Sparkfun WiFly Shield – when used with this library
  • Intel Galileo/Edison
  • ESP8266