We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5189dba commit 69684b0Copy full SHA for 69684b0
src/AdafruitIO_Definitions.h
@@ -119,7 +119,8 @@ class AdafruitIOGroupCallback {
119
certificates is no longer recommended. Migrate to a larger MCU like ESP32
120
which can accomodate root certificates and verify chains of trust. */
121
/* 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
+echo | openssl s_client -connect io.adafruit.com:443 | openssl x509 -fingerprint
123
+-noout
124
*/
125
#define AIO_SSL_FINGERPRINT \
126
"47 D2 CB 14 DF 38 97 59 C6 65 1A 1F 3E 00 1E 53 CC A5 17 E0" ///< Latest
0 commit comments