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.
1 parent 38daf1a commit 8b68522Copy full SHA for 8b68522
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit IO Arduino
2
-version=2.6.0
+version=2.7.0
3
author=Adafruit
4
maintainer=Adafruit <info@adafruit.com>
5
sentence=Arduino library to access Adafruit IO.
src/AdafruitIO_Definitions.h
@@ -63,7 +63,7 @@ class AdafruitIOGroupCallback {
63
64
// latest fingerprint can be generated with
65
// echo | openssl s_client -connect io.adafruit.com:443 |& openssl x509 -fingerprint -noout
66
-#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"
67
68
#define AIO_FEED_NAME_LENGTH 20
69
#define AIO_DATA_LENGTH 45
0 commit comments