-->
Page 1 of 1

Net Mask nned change on AP mode

PostPosted: Tue Mar 08, 2016 10:58 pm
by Horizontechno
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