Skip to content

ESP8266 SUBNET in AP Mode #1756

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
alaintanguay opened this issue Mar 12, 2016 · 2 comments
Closed

ESP8266 SUBNET in AP Mode #1756

alaintanguay opened this issue Mar 12, 2016 · 2 comments

Comments

@alaintanguay
Copy link

alaintanguay commented Mar 12, 2016

Hello
I try to change the Mask on softAPConfig , to 255.0.0.0 , but still 255.255.255.0
The IP have change , but not the mask

this is my code

IPAddress ip(10,0,0,101);
WiFi.softAP(apssid,appassword);
WiFi.softAPConfig(ip, ip, IPAddress(255,0,0,0));

Thanks for your support

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@mtongnz
Copy link
Contributor

mtongnz commented Oct 28, 2016

I believe my pull request should fix this
#2619

@devyte
Copy link
Collaborator

devyte commented Oct 18, 2017

I can't reproduce this with latest git, netif params work fine.
Closing.

@devyte devyte closed this as completed Oct 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants