configuration

This commit is contained in:
2020-11-27 13:33:41 +01:00
parent 975ecf40f9
commit 9223cbda73
3 changed files with 0 additions and 18 deletions

View File

@ -18,15 +18,8 @@
static t_configBlock *config;
/*
wiz_NetInfo netInfo = {
.mac = { 0x00, 0xA0, 0x57, 0x05, 0x3E, 0x0D },
.dhcp = NETINFO_DHCP
};
*/
wiz_NetInfo netInfo;
#define DHCP_BUFFER_SIZE 2048
static uint8_t dhcpBuffer[DHCP_BUFFER_SIZE];