network specific configuration

This commit is contained in:
2021-02-16 12:28:31 +01:00
parent a2a484fcc5
commit 4ca37156f3
2 changed files with 3 additions and 3 deletions

View File

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