Chat freely about anything...

User avatar
By btidey
#66284 Are you using WifiManager to do the initial configuration and management of the network connection?

This does have a default 192.168.4.1 for the AP point used to do the initial network selection.

You can, however, change the default by using something like
wifiManager.setAPStaticIPConfig(IPAddress(10,0,1,1), IPAddress(10,0,1,1), IPAddress(255,255,255,0));

before calling autoConnect()