File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11name =Adafruit IO Arduino
2- version =2.5 .0
2+ version =2.6 .0
33author =Adafruit
44maintainer =Adafruit <info@adafruit.com>
55sentence =Arduino library to access Adafruit IO.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments