Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Horizontechno
#42726 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