File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name =Adafruit IO Arduino
2
- version =4.2.1
2
+ version =4.2.2
3
3
author =Adafruit
4
4
maintainer =Adafruit <adafruitio@adafruit.com>
5
5
sentence =Arduino library to access Adafruit IO.
Original file line number Diff line number Diff line change @@ -873,7 +873,7 @@ char **parse_csv(const char *line) {
873
873
continue ;
874
874
case ' \0 ' :
875
875
fEnd = 1 ;
876
- continue ;
876
+ break ;
877
877
case ' ,' :
878
878
*tptr = ' \0 ' ;
879
879
*bptr = strdup (tmp);
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ class AdafruitIOGroupCallback {
119
119
// echo | openssl s_client -connect io.adafruit.com:443 | openssl x509
120
120
// -fingerprint -noout
121
121
#define AIO_SSL_FINGERPRINT \
122
- " 59 3C 48 0A B1 8B 39 4E 0D 58 50 47 9A 13 55 60 CC A0 1D AF " // /< Latest
122
+ " 18 C0 C2 3D BE DD 81 37 73 40 E7 E4 36 61 CB 0A DF 96 AD 25 " // /< Latest
123
123
// /< Adafruit IO
124
124
// /< SSL
125
125
// /< Fingerprint
You can’t perform that action at this time.
0 commit comments