arduino-libraries / Ethernet

Ethernet Library for Arduino
http://arduino.cc/
252 stars 253 forks source link

Prombles with de ip address #202

Open bellongart opened 1 year ago

bellongart commented 1 year ago

I am using the w5500 mini module, it turns on and apparently works fine, but sometimes the ip I assign to it does not match the one printed on the serial monitor. For example, if I assign an IP 10.10.96.200, the serial monitor shows 10.10.96.144, or any other except the one I have assigned. I am using the WebServer example from the library.

have any solution for this?

JAndrassy commented 1 year ago

show the code you use