|
13 | 13 | // - Feather HUZZAH ESP32 -> https://www.adafruit.com/product/3405 |
14 | 14 | // - Feather M0 WiFi -> https://www.adafruit.com/products/3010 |
15 | 15 | // - Feather WICED -> https://www.adafruit.com/products/3056 |
| 16 | +// - Adafruit PyPortal -> https://www.adafruit.com/product/4116 |
| 17 | +// - Adafruit Metro M4 Express AirLift Lite -> https://www.adafruit.com/product/4000 |
| 18 | +// - Adafruit AirLift Breakout -> https://www.adafruit.com/product/4201 |
16 | 19 |
|
17 | 20 | #define WIFI_SSID "your_ssid" |
18 | 21 | #define WIFI_PASS "your_pass" |
19 | 22 |
|
| 23 | +// uncomment the following line for AirLift |
| 24 | +// #define USE_AIRLIFT |
| 25 | + |
| 26 | +// uncomment the following line for WINC1500 |
| 27 | +// #define USE_WINC1500 |
| 28 | + |
20 | 29 | // comment out the following two lines if you are using fona or ethernet |
21 | 30 | #include "AdafruitIO_WiFi.h" |
22 | 31 | AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS); |
23 | 32 |
|
24 | | -/******************************* AirLift **************************************/ |
25 | | - |
26 | | -// the AdafruitIO_AirLift client will work with the following boards: |
27 | | -// - Adafruit PyPortal -> https://www.adafruit.com/product/4116 |
28 | | -// - Adafruit Metro M4 Express AirLift Lite -> https://www.adafruit.com/product/4000 |
29 | | - |
30 | | -// uncomment the following two lines for AirLift, |
31 | | -// and comment out the AdafruitIO_WiFi client in the WIFI section |
32 | | -// #include "AdafruitIO_AIRLIFT.h" |
33 | | -// AdafruitIO_AIRLIFT io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS); |
34 | | - |
35 | 33 | /******************************* FONA **************************************/ |
36 | 34 |
|
37 | 35 | // the AdafruitIO_FONA client will work with the following boards: |
|
0 commit comments