File tree 2 files changed +5
-3
lines changed 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
name =Adafruit IO Arduino
2
- version =2.5 .0
2
+ version =2.6 .0
3
3
author =Adafruit
4
4
maintainer =Adafruit <info@adafruit.com>
5
5
sentence =Arduino library to access Adafruit IO.
Original file line number Diff line number Diff line change 13
13
#define ADAFRUITIO_DEFINITIONS_H_
14
14
15
15
#define ADAFRUITIO_VERSION_MAJOR 2
16
- #define ADAFRUITIO_VERSION_MINOR 5
16
+ #define ADAFRUITIO_VERSION_MINOR 6
17
17
#define ADAFRUITIO_VERSION_PATCH 0
18
18
19
19
// forward declaration
@@ -61,7 +61,9 @@ class AdafruitIOGroupCallback {
61
61
#define AIO_ERROR_TOPIC " /errors"
62
62
#define AIO_THROTTLE_TOPIC " /throttle"
63
63
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"
65
67
66
68
#define AIO_FEED_NAME_LENGTH 20
67
69
#define AIO_DATA_LENGTH 45
You can’t perform that action at this time.
0 commit comments