IP Adresse auf Display ausgeben

for (int i=0;i<4;i++)
  {
  Serial.print(ip[i],DEC);
  }