ip() in access point mode
Posted: Thu Dec 31, 2015 10:01 pm
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 ?
serialprint ip()
end
When in ap mode, it returns 0.0.0.0
should it return 192.168.4.1 ?