-->
Page 1 of 1

ip() in access point mode

PostPosted: Thu Dec 31, 2015 10:01 pm
by viscomjim
Again, for a project, I want to check to see if the esp in connected to a network right at the top of a program. So I would like to do something of this nature...

serialprint ip()
end

When in ap mode, it returns 0.0.0.0

should it return 192.168.4.1 ?