Skip to content

Commit 19e2506

Browse files
committed
fixed import order
1 parent b0e73b2 commit 19e2506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Other shields and boards should also work if they provide a [Client](https://www
3434
The following example uses an Arduino MKR1000 to connect to shiftr.io. You can check on your device after a successful connection here: https://shiftr.io/try.
3535

3636
```c++
37-
#include <MQTT.h>
3837
#include <SPI.h>
3938
#include <WiFi101.h>
39+
#include <MQTT.h>
4040

4141
const char ssid[] = "ssid";
4242
const char pass[] = "pass";

0 commit comments

Comments
 (0)