Skip to content

Commit 36d4397

Browse files
authored
Merge pull request #582 from adafruit/allow-old-key-lengths
Fix: allow key length of 40 for older users
2 parents 82f2418 + fd130e6 commit 36d4397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/provisioning/Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct secretsConfig {
2323
networkConfig network;
2424
char aio_url[64];
2525
char aio_user[31];
26-
char aio_key[33];
26+
char aio_key[41];
2727
int io_port;
2828
float status_pixel_brightness;
2929
};

0 commit comments

Comments
 (0)