Update index.html
This commit is contained in:
parent
61f19b76f2
commit
d53fc4be90
@ -26,8 +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 - if you want to send packets > 90 bytes with this shield,
|
<li>Arduino WiFi Shield - if you want to send packets greater than 90 bytes with this shield,
|
||||||
enable the [`MQTT_MAX_TRANSFER_SIZE`](http://knolleary.github.io/pubsubclient/api.html#configoptions) define in `PubSubClient.h`.</li>
|
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>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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user