File tree Expand file tree Collapse file tree
examples/adafruitio_00_publish Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414// - Feather M0 WiFi -> https://www.adafruit.com/products/3010
1515// - Feather WICED -> https://www.adafruit.com/products/3056
1616
17- #define WIFI_SSID "your_ssid"
18- #define WIFI_PASS "your_pass"
17+ // #define WIFI_SSID "your_ssid"
18+ // #define WIFI_PASS "your_pass"
1919
2020// comment out the following two lines if you are using fona or ethernet
2121//#include "AdafruitIO_WiFi.h"
2222//AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
2323
2424/******************************* AirLift **************************************/
2525
26+ // https://github.com/brentru/Adafruit_IO_Arduino/tree/airlift-standalone
27+ // commit e638a25
28+
29+ #define WIFI_SSID "your_ssid"
30+ #define WIFI_PASS "your_pass"
2631#include "AdafruitIO_AIRLIFT.h"
2732AdafruitIO_AIRLIFT io (IO_USERNAME , IO_KEY , WIFI_SSID , WIFI_PASS );
2833
You can’t perform that action at this time.
0 commit comments