-->
Page 1 of 1

Change SUBNET in AP Mode

PostPosted: Sat Mar 12, 2016 9:32 am
by Horizontechno
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