Skip to content

Commit d08d95c

Browse files
committed
Merge branch 'master' into feed-last-value
2 parents 0074998 + 04976af commit d08d95c

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.1
2+
version=2.7.1
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
@@ -75,7 +75,7 @@ class AdafruitIOGroupCallback {
7575

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

8080
#define AIO_FEED_NAME_LENGTH 20
8181
#define AIO_DATA_LENGTH 45

0 commit comments

Comments
 (0)