-
Notifications
You must be signed in to change notification settings - Fork 13
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
WiFiSpi.config(...) problems with number of parameters #35
Comments
you mean WiFi.config |
No, we are talking about WiFiSpi here - I thought. ;-) |
Hi, I can't do any tests now. I'll be back in the middle of September. Look at:
If it were so, I'd have to delete the function |
the Arduino's WiFiNINA and WiFi101 have the same error. the code to create the addresses is missing. |
@JiriBilek, @JAndrassy At least it works this way and I couldn't find any problems so far. |
my WiFiEspAT library with Jiri's ATMod firmware |
Hello Jiri,
After spending an entire day to find out why I can't get the ip address passed from my Mega2560 to my ESP8266 I was about to give up. But then I made a last attempt: What I found out is that the ip address is passed when I set all of the 4 parameters at once.
I.e. WifiSpi.config(local_ip) doesn't work but WifiSpi.config(local_ip, dns, gateway, subnet) works well.
I had a look at the WiFiSpi.h / WiFiSpi.cpp but I couldn't find out what goes wrong here.
Can you please have a look at this issue?
Best regards from Duesseldorf (Germany)
Michael
The text was updated successfully, but these errors were encountered: