Skip to content

Commit f9736ea

Browse files
author
brentru
committed
update example to display branch
1 parent e638a25 commit f9736ea

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

examples/adafruitio_00_publish/config.h

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,20 @@
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"
2732
AdafruitIO_AIRLIFT io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
2833

0 commit comments

Comments
 (0)