-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Change AP static IP configuration #76
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
Comments
works well! |
Thanks! |
From the network point of view there appeared also to be an issue with the lease time of my (TP-Link) router. Standard IP address lease time is 120 minutes. In case an ESP8266 request the same fixed IP address within these 120 minutes its "refused" and the DHCP return an "ad-hoc" ip address. So I changed the lease time to one (1) minute. |
Sorry, i'm a newbie to this field. Could you please write me an example for calling of softAPConfig? I have no idea how to pass the arguments. |
what at commands is used for changing ip address of esp8266 (cwmode=3) so that every time the esp connects to the router the router will give static ip for the esp? like having a constant ip for the esp given by the router? big thnx. |
Merge Testing Branch
Seems there is no function to change AP IP configuration, currently setting IP/GW/Subnet works only for Station.
I have modified ESP8266Wifi.cpp/.h to add the missing function and it works so far, it would be good to add it I think.
The text was updated successfully, but these errors were encountered: