Skip to content

Commit 0fcc34c

Browse files
author
brentru
committed
spaces
1 parent 55cbc3b commit 0fcc34c

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

examples/adafruitio_00_publish/config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
// visit io.adafruit.com if you need to create an account,
44
// or if you need your Adafruit IO key.
5-
#define IO_USERNAME "your_username"
6-
#define IO_KEY "your_key"
5+
#define IO_USERNAME "your_username"
6+
#define IO_KEY "your_key"
77

88
/******************************* WIFI **************************************/
99

@@ -14,8 +14,8 @@
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"

examples/adafruitio_01_subscribe/config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
// visit io.adafruit.com if you need to create an account,
44
// or if you need your Adafruit IO key.
5-
#define IO_USERNAME "your_username"
6-
#define IO_KEY "your_key"
5+
#define IO_USERNAME "your_username"
6+
#define IO_KEY "your_key"
77

88
/******************************* WIFI **************************************/
99

@@ -14,8 +14,8 @@
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"

examples/adafruitio_02_pubsub/config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
// visit io.adafruit.com if you need to create an account,
44
// or if you need your Adafruit IO key.
5-
#define IO_USERNAME "your_username"
6-
#define IO_KEY "your_key"
5+
#define IO_USERNAME "your_username"
6+
#define IO_KEY "your_key"
77

88
/******************************* WIFI **************************************/
99

@@ -14,8 +14,8 @@
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"

examples/adafruitio_03_multiple_feeds/config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
// visit io.adafruit.com if you need to create an account,
44
// or if you need your Adafruit IO key.
5-
#define IO_USERNAME "your_username"
6-
#define IO_KEY "your_key"
5+
#define IO_USERNAME "your_username"
6+
#define IO_KEY "your_key"
77

88
/******************************* WIFI **************************************/
99

@@ -14,8 +14,8 @@
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"

examples/adafruitio_04_location/config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
// visit io.adafruit.com if you need to create an account,
44
// or if you need your Adafruit IO key.
5-
#define IO_USERNAME "your_username"
6-
#define IO_KEY "your_key"
5+
#define IO_USERNAME "your_username"
6+
#define IO_KEY "your_key"
77

88
/******************************* WIFI **************************************/
99

@@ -14,8 +14,8 @@
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"

examples/adafruitio_05_type_conversion/config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
// visit io.adafruit.com if you need to create an account,
44
// or if you need your Adafruit IO key.
5-
#define IO_USERNAME "your_username"
6-
#define IO_KEY "your_key"
5+
#define IO_USERNAME "your_username"
6+
#define IO_KEY "your_key"
77

88
/******************************* WIFI **************************************/
99

@@ -14,8 +14,8 @@
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"

examples/adafruitio_06_digital_in/config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
// visit io.adafruit.com if you need to create an account,
44
// or if you need your Adafruit IO key.
5-
#define IO_USERNAME "your_username"
6-
#define IO_KEY "your_key"
5+
#define IO_USERNAME "your_username"
6+
#define IO_KEY "your_key"
77

88
/******************************* WIFI **************************************/
99

@@ -14,8 +14,8 @@
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"

examples/adafruitio_07_digital_out/config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
// visit io.adafruit.com if you need to create an account,
44
// or if you need your Adafruit IO key.
5-
#define IO_USERNAME "your_username"
6-
#define IO_KEY "your_key"
5+
#define IO_USERNAME "your_username"
6+
#define IO_KEY "your_key"
77

88
/******************************* WIFI **************************************/
99

@@ -14,8 +14,8 @@
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"

0 commit comments

Comments
 (0)