File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
// visit io.adafruit.com if you need to create an account,
4
4
// or if you need your Adafruit IO key.
5
- #define IO_USERNAME "uniontownlabs "
6
- #define IO_KEY "8684204c869a4b6a989b0091e49491c4 "
5
+ #define IO_USERNAME "your_username "
6
+ #define IO_KEY "your_key "
7
7
8
8
/******************************* WIFI **************************************/
9
9
13
13
// - Feather M0 WiFi -> https://www.adafruit.com/products/3010
14
14
// - Feather WICED -> https://www.adafruit.com/products/3056
15
15
16
- #define WIFI_SSID "Uniontown Labs "
17
- #define WIFI_PASS "Coda and Biko do not like cats. "
16
+ #define WIFI_SSID "your_ssid "
17
+ #define WIFI_PASS "your_pass "
18
18
19
19
// comment out the following two lines if you are using fona or ethernet
20
20
#include "AdafruitIO_WiFi.h"
Original file line number Diff line number Diff line change 2
2
3
3
// visit io.adafruit.com if you need to create an account,
4
4
// or if you need your Adafruit IO key.
5
- #define IO_USERNAME "uniontownlabs "
6
- #define IO_KEY "8684204c869a4b6a989b0091e49491c4 "
5
+ #define IO_USERNAME "your_username "
6
+ #define IO_KEY "your_key "
7
7
8
8
/******************************* WIFI **************************************/
9
9
13
13
// - Feather M0 WiFi -> https://www.adafruit.com/products/3010
14
14
// - Feather WICED -> https://www.adafruit.com/products/3056
15
15
16
- #define WIFI_SSID "Uniontown Labs "
17
- #define WIFI_PASS "Coda and Biko do not like cats. "
16
+ #define WIFI_SSID "your_ssid "
17
+ #define WIFI_PASS "your_pass "
18
18
19
19
// comment out the following two lines if you are using fona or ethernet
20
20
#include "AdafruitIO_WiFi.h"
Original file line number Diff line number Diff line change 22
22
#include " ArduinoHttpClient.h"
23
23
24
24
#ifndef ADAFRUIT_MQTT_VERSION_MAJOR
25
- #error "This sketch requires Adafruit MQTT Library v0.16 .0 or higher. Please install or upgrade using the Library Manager."
25
+ #error "This sketch requires Adafruit MQTT Library v0.17 .0 or higher. Please install or upgrade using the Library Manager."
26
26
#endif
27
27
28
- #if ADAFRUIT_MQTT_VERSION_MAJOR == 0 && ADAFRUIT_MQTT_VERSION_MINOR < 16
29
- #error "This sketch requires Adafruit MQTT Library v0.16 .0 or higher. Please install or upgrade using the Library Manager."
28
+ #if ADAFRUIT_MQTT_VERSION_MAJOR == 0 && ADAFRUIT_MQTT_VERSION_MINOR < 17
29
+ #error "This sketch requires Adafruit MQTT Library v0.17 .0 or higher. Please install or upgrade using the Library Manager."
30
30
#endif
31
31
32
32
class AdafruitIO {
You can’t perform that action at this time.
0 commit comments