network specific configuration
This commit is contained in:
@ -14,7 +14,9 @@ typedef struct __attribute__((__packed__)) s_configBlock {
|
||||
char sharedSecret[SHA256_BLOCK_SIZE];
|
||||
char sinkServer[48];
|
||||
union {
|
||||
uint8_t macAddress[6];
|
||||
struct {
|
||||
uint8_t macAddress[6];
|
||||
} lan;
|
||||
} networkspecific;
|
||||
uint8_t filler[22];
|
||||
} t_configBlock;
|
||||
|
Reference in New Issue
Block a user