forgotten resolves
This commit is contained in:
@ -13,10 +13,6 @@ typedef struct __attribute__((__packed__)) s_configBlock {
|
||||
char deviceId[16];
|
||||
char sharedSecret[SHA256_BLOCK_SIZE];
|
||||
char sinkServer[48];
|
||||
<<<<<<< HEAD
|
||||
uint8_t macAddress[6];
|
||||
uint8_t filler[22];
|
||||
=======
|
||||
union {
|
||||
struct {
|
||||
uint8_t macAddress[6];
|
||||
@ -27,7 +23,6 @@ typedef struct __attribute__((__packed__)) s_configBlock {
|
||||
} wifi;
|
||||
} networkspecific;
|
||||
uint8_t filler[11];
|
||||
>>>>>>> network_abstraction_layer
|
||||
} t_configBlock;
|
||||
|
||||
|
||||
|
@ -10,10 +10,7 @@
|
||||
t_configBlock defaultConfigBlock = {
|
||||
.configMagic = CONFIG_MAGIC,
|
||||
.deviceName = "MainsCnt",
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
.networkspecific.lan.macAddress = { 0x00, 0xA0, 0x57, 0x05, 0x3E, 0x0F },
|
||||
>>>>>>> network_abstraction_layer
|
||||
.ntpServer = "0.de.pool.ntp.org",
|
||||
.deviceId = "MainsCnt01",
|
||||
.sharedSecret = "sharedSecretGanzGeheim",
|
||||
|
Reference in New Issue
Block a user