This commit is contained in:
2021-02-08 11:09:50 +01:00
parent 31962fc8f0
commit f990625a91

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;