prepare wifi

This commit is contained in:
Wolfgang Hottgenroth 2021-02-16 13:02:13 +01:00
parent 9db7360623
commit 482d60e903
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -22,7 +22,7 @@ typedef struct __attribute__((__packed__)) s_configBlock {
char key[65]; // the actual key may have up to 64 chars and has to end with a \0
} wifi;
} networkspecific;
uint8_t filler[22];
uint8_t filler[15];
} t_configBlock;