WiFi.begin(<ssid>,<pass>);
IPAddress ip(192,168,1,124);
IPAddress gateway(192,168,1,1);
IPAddress subnet(255,255,255,0);
WiFi.config(ip, gateway, subnet);
Moderator: igrr
connected with sieze, channel 6
dhcp client start...
ip:192.168.0.8,mask:255.255.255.0,gw:192.168.0.1
Connecting to sieze
scandone
..reconnect
rm match
scandone
.add 0
aid 2
cnt
connected with sieze, channel 6
ip:192.168.0.58,mask:255.255.255.0,gw:192.168.0.1
.
WiFi connected
IP address:
192.168.0.58
Is this the same kind of output you see from this setup?
Not the end of the world, but just seems a bit strange.
Thanks for any reply.