Instructions
" " ! "  
 Espressif Systems
ESP8266 
AT Instruction Set
30.
AT+CIPAP_CUR – Set IP address of softAP 
ESP8266 only support class C IP address. This configuration will NOT store in flash.!
AT+CIPAP_CUR – Set IP address of ESP8266 softAP, won’t save to flash
Example
AT+CIPAP_CUR="192.168.5.1", "192.168.5.1", "255.255.255.0"
Command
AT+CIPAP_CUR?
Response
+CIPAP_CUR:<IP> 
OK
Parameters
<IP> string, IP address of ESP8266 softAP
Command
AT+CIPAP_CUR=<IP>[, <gateway>, <netmask>]
Response
OK
Parameters
<IP>  string, IP address of ESP8266 softAP 
[<gateway>] gateway 
[<netmask>]  netmask
Notes
This configuration interacts with DHCP related AT commands (AT+CWDHCP 
related): 
•
If enable static IP, DHCP will be disabled; 
•
If enable DHCP, static IP will be disabled; 
•
This will depend on the last configuration.
Espressif Systems   /   Friday, July 15, 201648 73










