Skip to content

Commit 69684b0

Browse files
committed
fix(docs): mangle command to two lines to please clang-format
1 parent 5189dba commit 69684b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AdafruitIO_Definitions.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ class AdafruitIOGroupCallback {
119119
certificates is no longer recommended. Migrate to a larger MCU like ESP32
120120
which can accomodate root certificates and verify chains of trust. */
121121
/* For older devices like ESP8266 you can generate the latest fingerprint with:
122-
echo | openssl s_client -connect io.adafruit.com:443 | openssl x509 -fingerprint -noout
122+
echo | openssl s_client -connect io.adafruit.com:443 | openssl x509 -fingerprint
123+
-noout
123124
*/
124125
#define AIO_SSL_FINGERPRINT \
125126
"47 D2 CB 14 DF 38 97 59 C6 65 1A 1F 3E 00 1E 53 CC A5 17 E0" ///< Latest

0 commit comments

Comments
 (0)