Skip to content

Commit 86733a8

Browse files
committed
update ssl fingerprint, bump version to 2.6.0
1 parent 8ccd246 commit 86733a8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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.5.0
2+
version=2.6.0
33
author=Adafruit
44
maintainer=Adafruit <info@adafruit.com>
55
sentence=Arduino library to access Adafruit IO.

src/AdafruitIO_Definitions.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define ADAFRUITIO_DEFINITIONS_H_
1414

1515
#define ADAFRUITIO_VERSION_MAJOR 2
16-
#define ADAFRUITIO_VERSION_MINOR 5
16+
#define ADAFRUITIO_VERSION_MINOR 6
1717
#define ADAFRUITIO_VERSION_PATCH 0
1818

1919
// forward declaration
@@ -61,7 +61,9 @@ class AdafruitIOGroupCallback {
6161
#define AIO_ERROR_TOPIC "/errors"
6262
#define AIO_THROTTLE_TOPIC "/throttle"
6363

64-
#define AIO_SSL_FINGERPRINT "26 96 1C 2A 51 07 FD 15 80 96 93 AE F7 32 CE B9 0D 01 55 C4"
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"
6567

6668
#define AIO_FEED_NAME_LENGTH 20
6769
#define AIO_DATA_LENGTH 45

0 commit comments

Comments
 (0)