Skip to content

Commit 04976af

Browse files
committed
Merge branch 'master' of github.com:adafruit/Adafruit_IO_Arduino
2 parents 897891b + 8b68522 commit 04976af

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)