I was able to build the LED.ino example successfully and upload it but the Monitor show's a strange number instead of a dot separated IP.
I searched the web and found a different calculation. Added that and got this:
Added that to the setup:
// print your WiFi shield's IP address:
IPAddress ip = WiFi.localIP();
Serial.print("IP Address: ");
Serial.println(IpAddress2String(ip));
I was able to build the LED.ino example successfully and upload it but the Monitor show's a strange number instead of a dot separated IP. I searched the web and found a different calculation. Added that and got this: Added that to the setup:
And that as function:
Does anywone have the same issue?