changes, enable ethernet

This commit is contained in:
2021-02-07 12:38:29 +01:00
parent ccdbab6f01
commit b3431fafa7
9 changed files with 36 additions and 22 deletions

View File

@ -10,7 +10,7 @@
t_configBlock defaultConfigBlock = {
.configMagic = CONFIG_MAGIC,
.deviceName = "MBGW3",
.macAddress = { 0x00, 0xA0, 0x57, 0x05, 0x3E, 0x0D },
.macAddress = { 0x00, 0xA0, 0x57, 0x05, 0x3E, 0x0E },
.filler = { 0 }
};