This commit is contained in:
Wolfgang Hottgenroth 2021-02-10 16:22:09 +01:00
parent 1b30050fc3
commit f9accc0764
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

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