Nice just signed up created a channel only thing I noticed is here it says this is your IP address and should say change this to your IP
static uint8_t myip[4] = {192,168,1,127}; <- change the numbers to match your network
static uint8_t gwip[4] = {192,168,1,1}; <- this is the IP of your router or cable modem
I think it should be changed to the following to stop confusion
static uint8_t myip[4] = {192,168,1,127}; <- change the numbers to match your network
static uint8_t gwip[4] = {192,168,1,1}; <- change this to the IP of your router or cable modem