Skip to content

Commit 506d114

Browse files
committed
Fix: allow key length of 40 for older users
1 parent 4a52a93 commit 506d114

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)