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.
2 parents 93251aa + e67e922 commit 1f87e56Copy full SHA for 1f87e56
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit IO Arduino
2
-version=4.3.1
+version=4.3.2
3
author=Adafruit
4
maintainer=Adafruit <adafruitio@adafruit.com>
5
sentence=Arduino library to access Adafruit IO.
src/AdafruitIO_Definitions.h
@@ -119,7 +119,7 @@ class AdafruitIOGroupCallback {
119
// echo | openssl s_client -connect io.adafruit.com:443 | openssl x509
120
// -fingerprint -noout
121
#define AIO_SSL_FINGERPRINT \
122
- "4E C1 52 73 24 A8 36 D6 7A 4C 67 C7 91 0C 0A 22 B9 2D 5B CA" ///< Latest
+ "47 D2 CB 14 DF 38 97 59 C6 65 1A 1F 3E 00 1E 53 CC A5 17 E0" ///< Latest
123
///< Adafruit IO
124
///< SSL
125
///< Fingerprint
0 commit comments