AP IP is 12.0.0.0
Posted: Sun Sep 23, 2018 9:13 pm
I have a ESP-01 module running AT firmware.
response to AT+GMR
I send
to set it to AP mode
but when I send AT+CIFSR, I get
Why isn't the IP = 192.168.4.1 ?
I can see the AP on my tablet.
response to AT+GMR
Code: Select all
AT+GMR
AT version:1.3.0.0(Jul 14 2016 18:54:01)
SDK version:2.0.0(656edbf)
compile time:Jul 19 2016 18:44:44
OK
I send
Code: Select all
AT+CWMODE=2
to set it to AP mode
but when I send AT+CIFSR, I get
Code: Select all
AT+CIFSR
+CIFSR:APIP,"12.0.0.0"
+CIFSR:APMAC,"5e:cf:7f:0f:ee:ec"
OK
Why isn't the IP = 192.168.4.1 ?
I can see the AP on my tablet.