Update index.html

This commit is contained in:
Nick O'Leary 2015-09-07 21:28:46 +01:00
parent b8b787f2e2
commit 61f19b76f2

View File

@ -26,7 +26,8 @@ title: Arduino Client for MQTT
<li>Arduino Ethernet Shield</li> <li>Arduino Ethernet Shield</li>
<li>Arduino YUN use the included <code>YunClient</code> in place of <code>EthernetClient</code>, and <li>Arduino YUN use the included <code>YunClient</code> in place of <code>EthernetClient</code>, and
be sure to do a <code>Bridge.begin()</code> first</li> be sure to do a <code>Bridge.begin()</code> first</li>
<li>Arduino WiFi Shield</li> <li>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`.</li>
<li>Sparkfun WiFly Shield when used with <a href="https://github.com/dpslwk/WiFly">this library</a></li> <li>Sparkfun WiFly Shield when used with <a href="https://github.com/dpslwk/WiFly">this library</a></li>
<li>Intel Galileo/Edison</li> <li>Intel Galileo/Edison</li>
<li>ESP8266</li> <li>ESP8266</li>