remove static address

This commit is contained in:
Wolfgang Hottgenroth 2020-11-09 20:24:49 +01:00
parent 5a39c044b4
commit 60ad31bf5e

View File

@ -14,10 +14,6 @@
wiz_NetInfo netInfo = {
.mac = { 0xa0, 0x57, 0x62, 0x01, 0x02, 0x03 },
.ip = { 172, 16, 3, 210 },
.sn = { 255, 255, 255, 255 },
.gw = { 172, 16, 3, 1 },
.dns = { 172, 16, 3, 1 },
.dhcp = NETINFO_DHCP
};