Skip to content

Commit

Permalink
Merge pull request #582 from adafruit/allow-old-key-lengths
Browse files Browse the repository at this point in the history
Fix: allow key length of 40 for older users
  • Loading branch information
tyeth authored May 17, 2024
2 parents 82f2418 + fd130e6 commit 36d4397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provisioning/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct secretsConfig {
networkConfig network;
char aio_url[64];
char aio_user[31];
char aio_key[33];
char aio_key[41];
int io_port;
float status_pixel_brightness;
};
Expand Down

0 comments on commit 36d4397

Please sign in to comment.