This commit is contained in:
Wolfgang Hottgenroth 2021-02-08 11:09:50 +01:00
parent 31962fc8f0
commit f990625a91
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -15,7 +15,7 @@ typedef struct __attribute__((__packed__)) s_configBlock {
char deviceId[16];
char sharedSecret[32];
char location[48];
uint8_t filler[6];
uint8_t filler[22];
} t_configBlock;