Net Mask nned change on AP mode
Posted: Tue Mar 08, 2016 10:58 pm
Hello
I try to change the net mask to 2.0.0.0 on AP mode with this line
IPAddress ip(10,0,0,101);
WiFi.softAPConfig(ip, ip, IPAddress(255,0,0,0));
WiFi.softAP(apssid,appassword);
But submask still 255.255.255.0
Any idea ?
Thanks
Alain
I try to change the net mask to 2.0.0.0 on AP mode with this line
IPAddress ip(10,0,0,101);
WiFi.softAPConfig(ip, ip, IPAddress(255,0,0,0));
WiFi.softAP(apssid,appassword);
But submask still 255.255.255.0
Any idea ?
Thanks
Alain