-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem setting IPAddress on Nano Every #210
Comments
Hi @robotsmith. Thanks for your report.
Please check to see whether or not it works with version 1.8.7 of the "Arduino megaAVR Boards" platform and then reply here to tell us what you discovered. That will narrow down the list of changes that might have caused the regression. Please also provide a minimal sketch that demonstrates the problem. |
Hello @per1234 ! Yesterday I was faced with the same error. I use Arduino Nano Every + W5500. Variations and their results:
If I can be of any further help, please let me know! |
Can you check with the 2.0.2 version we released today? :) |
The latest versions are not working either. I tried what @gleanlux did and it worked. |
Hi,
FYI there is a problem of compatibility with the compiler 1.8.8 on megaAVR board.
I use a W5500 chipset with a nano every, everything was working fine on the 1.8.6 compiler version (without any change of the code).
Unfortunately I coundn't set local IP with the new compiler version. localIP() showed me 0.0.0.0 instead of 192.168.1.11
Maybe this is absolutely not an issue from the Ethernet library itself. But you are noticed ;)
Best Regards!
The text was updated successfully, but these errors were encountered: