File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
examples/adafruitio_00_publish Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 14
14
// - Feather M0 WiFi -> https://www.adafruit.com/products/3010
15
15
// - Feather WICED -> https://www.adafruit.com/products/3056
16
16
17
- #define WIFI_SSID "your_ssid"
18
- #define WIFI_PASS "your_pass"
17
+ // #define WIFI_SSID "your_ssid"
18
+ // #define WIFI_PASS "your_pass"
19
19
20
20
// comment out the following two lines if you are using fona or ethernet
21
21
//#include "AdafruitIO_WiFi.h"
22
22
//AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
23
23
24
24
/******************************* AirLift **************************************/
25
25
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"
26
31
#include "AdafruitIO_AIRLIFT.h"
27
32
AdafruitIO_AIRLIFT io (IO_USERNAME , IO_KEY , WIFI_SSID , WIFI_PASS );
28
33
You can’t perform that action at this time.
0 commit comments