We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e12819 commit 84871c0Copy full SHA for 84871c0
src/AdafruitIO_Definitions.h
@@ -42,7 +42,7 @@ class AdafruitIOGroupCallback {
42
};
43
44
// Uncomment/comment to turn on/off debug output messages.
45
-// #define AIO_DEBUG
+#define AIO_DEBUG
46
// uncomment/comment to turn on/off error output
47
#define AIO_ERROR
48
@@ -74,7 +74,7 @@ class AdafruitIOGroupCallback {
74
#define AIO_THROTTLE_TOPIC "/throttle"
75
76
// latest fingerprint can be generated with
77
-// echo | openssl s_client -connect io.adafruit.com:443 |& openssl x509 -fingerprint -noout
+// echo | openssl s_client -connect io.adafruit.com:443 | openssl x509 -fingerprint -noout
78
#define AIO_SSL_FINGERPRINT "77 00 54 2D DA E7 D8 03 27 31 23 99 EB 27 DB CB A5 4C 57 18"
79
80
#define AIO_FEED_NAME_LENGTH 20
0 commit comments