Skip to content

Commit 6f5c8b2

Browse files
committed
32u4 FONA -> ethernet in config comment
1 parent 25df6af commit 6f5c8b2

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

examples/adafruitio_00_publish/config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
2727
// - Feather 32u4 FONA -> https://www.adafruit.com/product/3027
2828

2929
// uncomment the following two lines for 32u4 FONA,
30-
// and comment out the AdafruitIO_WiFi client in the WIFI section above
30+
// and comment out the AdafruitIO_WiFi client in the WIFI section
3131
// #include "AdafruitIO_FONA.h"
3232
// AdafruitIO_FONA io(IO_USERNAME, IO_KEY);
3333

@@ -37,7 +37,7 @@ AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
3737
// the AdafruitIO_Ethernet client will work with the following boards:
3838
// - Ethernet FeatherWing -> https://www.adafruit.com/products/3201
3939

40-
// uncomment the following two lines for 32u4 FONA,
41-
// and comment out the AdafruitIO_WiFi client in the WIFI section above
40+
// uncomment the following two lines for ethernet,
41+
// and comment out the AdafruitIO_WiFi client in the WIFI section
4242
// #include "AdafruitIO_Ethernet.h"
4343
// AdafruitIO_Ethernet io(IO_USERNAME, IO_KEY);

examples/adafruitio_01_subscribe/config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
2727
// - Feather 32u4 FONA -> https://www.adafruit.com/product/3027
2828

2929
// uncomment the following two lines for 32u4 FONA,
30-
// and comment out the AdafruitIO_WiFi client in the WIFI section above
30+
// and comment out the AdafruitIO_WiFi client in the WIFI section
3131
// #include "AdafruitIO_FONA.h"
3232
// AdafruitIO_FONA io(IO_USERNAME, IO_KEY);
3333

@@ -37,7 +37,7 @@ AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
3737
// the AdafruitIO_Ethernet client will work with the following boards:
3838
// - Ethernet FeatherWing -> https://www.adafruit.com/products/3201
3939

40-
// uncomment the following two lines for 32u4 FONA,
41-
// and comment out the AdafruitIO_WiFi client in the WIFI section above
40+
// uncomment the following two lines for ethernet,
41+
// and comment out the AdafruitIO_WiFi client in the WIFI section
4242
// #include "AdafruitIO_Ethernet.h"
4343
// AdafruitIO_Ethernet io(IO_USERNAME, IO_KEY);

examples/adafruitio_02_pubsub/config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
2727
// - Feather 32u4 FONA -> https://www.adafruit.com/product/3027
2828

2929
// uncomment the following two lines for 32u4 FONA,
30-
// and comment out the AdafruitIO_WiFi client in the WIFI section above
30+
// and comment out the AdafruitIO_WiFi client in the WIFI section
3131
// #include "AdafruitIO_FONA.h"
3232
// AdafruitIO_FONA io(IO_USERNAME, IO_KEY);
3333

@@ -37,7 +37,7 @@ AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
3737
// the AdafruitIO_Ethernet client will work with the following boards:
3838
// - Ethernet FeatherWing -> https://www.adafruit.com/products/3201
3939

40-
// uncomment the following two lines for 32u4 FONA,
41-
// and comment out the AdafruitIO_WiFi client in the WIFI section above
40+
// uncomment the following two lines for ethernet,
41+
// and comment out the AdafruitIO_WiFi client in the WIFI section
4242
// #include "AdafruitIO_Ethernet.h"
4343
// AdafruitIO_Ethernet io(IO_USERNAME, IO_KEY);

examples/adafruitio_03_multiple_feeds/config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
2727
// - Feather 32u4 FONA -> https://www.adafruit.com/product/3027
2828

2929
// uncomment the following two lines for 32u4 FONA,
30-
// and comment out the AdafruitIO_WiFi client in the WIFI section above
30+
// and comment out the AdafruitIO_WiFi client in the WIFI section
3131
// #include "AdafruitIO_FONA.h"
3232
// AdafruitIO_FONA io(IO_USERNAME, IO_KEY);
3333

@@ -37,7 +37,7 @@ AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
3737
// the AdafruitIO_Ethernet client will work with the following boards:
3838
// - Ethernet FeatherWing -> https://www.adafruit.com/products/3201
3939

40-
// uncomment the following two lines for 32u4 FONA,
41-
// and comment out the AdafruitIO_WiFi client in the WIFI section above
40+
// uncomment the following two lines for ethernet,
41+
// and comment out the AdafruitIO_WiFi client in the WIFI section
4242
// #include "AdafruitIO_Ethernet.h"
4343
// AdafruitIO_Ethernet io(IO_USERNAME, IO_KEY);

examples/adafruitio_04_location/config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
2727
// - Feather 32u4 FONA -> https://www.adafruit.com/product/3027
2828

2929
// uncomment the following two lines for 32u4 FONA,
30-
// and comment out the AdafruitIO_WiFi client in the WIFI section above
30+
// and comment out the AdafruitIO_WiFi client in the WIFI section
3131
// #include "AdafruitIO_FONA.h"
3232
// AdafruitIO_FONA io(IO_USERNAME, IO_KEY);
3333

@@ -37,7 +37,7 @@ AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
3737
// the AdafruitIO_Ethernet client will work with the following boards:
3838
// - Ethernet FeatherWing -> https://www.adafruit.com/products/3201
3939

40-
// uncomment the following two lines for 32u4 FONA,
41-
// and comment out the AdafruitIO_WiFi client in the WIFI section above
40+
// uncomment the following two lines for ethernet,
41+
// and comment out the AdafruitIO_WiFi client in the WIFI section
4242
// #include "AdafruitIO_Ethernet.h"
4343
// AdafruitIO_Ethernet io(IO_USERNAME, IO_KEY);

examples/adafruitio_05_type_conversion/config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
2727
// - Feather 32u4 FONA -> https://www.adafruit.com/product/3027
2828

2929
// uncomment the following two lines for 32u4 FONA,
30-
// and comment out the AdafruitIO_WiFi client in the WIFI section above
30+
// and comment out the AdafruitIO_WiFi client in the WIFI section
3131
// #include "AdafruitIO_FONA.h"
3232
// AdafruitIO_FONA io(IO_USERNAME, IO_KEY);
3333

@@ -37,7 +37,7 @@ AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
3737
// the AdafruitIO_Ethernet client will work with the following boards:
3838
// - Ethernet FeatherWing -> https://www.adafruit.com/products/3201
3939

40-
// uncomment the following two lines for 32u4 FONA,
41-
// and comment out the AdafruitIO_WiFi client in the WIFI section above
40+
// uncomment the following two lines for ethernet,
41+
// and comment out the AdafruitIO_WiFi client in the WIFI section
4242
// #include "AdafruitIO_Ethernet.h"
4343
// AdafruitIO_Ethernet io(IO_USERNAME, IO_KEY);

0 commit comments

Comments
 (0)