Skip to content

WiFi debug not correct #1316

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

Closed
onkelfunny opened this issue Dec 28, 2015 · 6 comments
Closed

WiFi debug not correct #1316

onkelfunny opened this issue Dec 28, 2015 · 6 comments

Comments

@onkelfunny
Copy link

the wifi-debug show a wrong ip address:

IPAddress apIP(192, 168, 1, 1);
WiFi.softAPConfig(apIP, apIP, IPAddress(255, 255, 255, 0));
WiFi.softAP("SSID");

Debug-Ouput:

mode : softAP(1a:fe:34:aa:4f:33)
add if1
dhcp server start:(ip:192.168.4.1,mask:255.255.255.0,gw:192.168.4.1)
bin 100

i can connect and have a ip address in the network 192.168.1/24

@Links2004
Copy link
Collaborator

shut be fixed in #1323, there where a mode problem.

@Links2004
Copy link
Collaborator

can you retest it with the latest git?

@onkelfunny
Copy link
Author

the wrong params are still present

@Links2004
Copy link
Collaborator

what is reported by:

  IPAddress myIP = WiFi.softAPIP();
    Serail.print("AP IP address: ");
    Serail.println(myIP);

the dhcp server start:(ip:192.168.4.1,mask:255.255.255.0,gw:192.168.4.1)
message is from the SDK so we can not change it.

@onkelfunny
Copy link
Author

WiFi.softAPIP() shows the correct ip

@Links2004
Copy link
Collaborator

ok will close the issues, since we can not fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants