Update index.html

This commit is contained in:
Nick O'Leary 2015-09-07 21:31:04 +01:00
parent 61f19b76f2
commit d53fc4be90

View File

@ -26,8 +26,8 @@ title: Arduino Client for MQTT
<li>Arduino Ethernet Shield</li>
<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>
<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>Arduino WiFi Shield - if you want to send packets greater than 90 bytes with this shield,
enable the <a href="http://knolleary.github.io/pubsubclient/api.html#configoptions"><code>MQTT_MAX_TRANSFER_SIZE</code></code></a> option in <code>PubSubClient.h</code>.</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>ESP8266</li>