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 0074998 + 04976af commit d08d95cCopy full SHA for d08d95c
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit IO Arduino
2
-version=2.6.1
+version=2.7.1
3
author=Adafruit
4
maintainer=Adafruit <info@adafruit.com>
5
sentence=Arduino library to access Adafruit IO.
src/AdafruitIO_Definitions.h
@@ -75,7 +75,7 @@ class AdafruitIOGroupCallback {
75
76
// latest fingerprint can be generated with
77
// echo | openssl s_client -connect io.adafruit.com:443 |& openssl x509 -fingerprint -noout
78
-#define AIO_SSL_FINGERPRINT "AD 4B 64 B3 67 40 B5 FC 0E 51 9B BD 25 E9 7F 88 B6 2A A3 5B"
+#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
81
#define AIO_DATA_LENGTH 45
0 commit comments