Skip to content

Commit 84871c0

Browse files
author
brentru
committed
update fingerprint generation command
1 parent 7e12819 commit 84871c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AdafruitIO_Definitions.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class AdafruitIOGroupCallback {
4242
};
4343

4444
// Uncomment/comment to turn on/off debug output messages.
45-
// #define AIO_DEBUG
45+
#define AIO_DEBUG
4646
// uncomment/comment to turn on/off error output
4747
#define AIO_ERROR
4848

@@ -74,7 +74,7 @@ class AdafruitIOGroupCallback {
7474
#define AIO_THROTTLE_TOPIC "/throttle"
7575

7676
// latest fingerprint can be generated with
77-
// echo | openssl s_client -connect io.adafruit.com:443 |& openssl x509 -fingerprint -noout
77+
// echo | openssl s_client -connect io.adafruit.com:443 | openssl x509 -fingerprint -noout
7878
#define AIO_SSL_FINGERPRINT "77 00 54 2D DA E7 D8 03 27 31 23 99 EB 27 DB CB A5 4C 57 18"
7979

8080
#define AIO_FEED_NAME_LENGTH 20

0 commit comments

Comments
 (0)