Skip to content

Commit 8b68522

Browse files
committed
update ssl fingerprint, bump version to 2.7.0
1 parent 38daf1a commit 8b68522

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit IO Arduino
2-
version=2.6.0
2+
version=2.7.0
33
author=Adafruit
44
maintainer=Adafruit <info@adafruit.com>
55
sentence=Arduino library to access Adafruit IO.

src/AdafruitIO_Definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class AdafruitIOGroupCallback {
6363

6464
// latest fingerprint can be generated with
6565
// 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"
66+
#define AIO_SSL_FINGERPRINT "77 00 54 2D DA E7 D8 03 27 31 23 99 EB 27 DB CB A5 4C 57 18"
6767

6868
#define AIO_FEED_NAME_LENGTH 20
6969
#define AIO_DATA_LENGTH 45

0 commit comments

Comments
 (0)