Skip to content

Commit

Permalink
update ssl fingerprint, bump version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwcooper committed Jul 14, 2017
1 parent 8ccd246 commit 86733a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit IO Arduino
version=2.5.0
version=2.6.0
author=Adafruit
maintainer=Adafruit <[email protected]>
sentence=Arduino library to access Adafruit IO.
Expand Down
6 changes: 4 additions & 2 deletions src/AdafruitIO_Definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define ADAFRUITIO_DEFINITIONS_H_

#define ADAFRUITIO_VERSION_MAJOR 2
#define ADAFRUITIO_VERSION_MINOR 5
#define ADAFRUITIO_VERSION_MINOR 6
#define ADAFRUITIO_VERSION_PATCH 0

// forward declaration
Expand Down Expand Up @@ -61,7 +61,9 @@ class AdafruitIOGroupCallback {
#define AIO_ERROR_TOPIC "/errors"
#define AIO_THROTTLE_TOPIC "/throttle"

#define AIO_SSL_FINGERPRINT "26 96 1C 2A 51 07 FD 15 80 96 93 AE F7 32 CE B9 0D 01 55 C4"
// latest fingerprint can be generated with
// echo | openssl s_client -connect io.adafruit.com:443 |& openssl x509 -fingerprint -noout
#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_FEED_NAME_LENGTH 20
#define AIO_DATA_LENGTH 45
Expand Down

0 comments on commit 86733a8

Please sign in to comment.