change mac address

This commit is contained in:
Wolfgang Hottgenroth 2020-11-16 23:02:50 +01:00
parent 5786304c6c
commit eb5267771f
No known key found for this signature in database
GPG Key ID: 656C88C7C1734267

View File

@ -13,7 +13,7 @@
wiz_NetInfo netInfo = {
.mac = { 0xa0, 0x57, 0x62, 0x01, 0x02, 0x03 },
.mac = { 0x00, 0xA0, 0x57, 0x05, 0x3E, 0x0D },
.dhcp = NETINFO_DHCP
};