| Type | Instruction | Response | Function |
|---|---|---|---|
| Query | AT+CIPSTA? | +CIPSTA:ip OK | Get ip address of ESP8266 station. |
| Execute | AT+CIPSTA=ip | OK | Set ip addr of ESP8266 station. |
Parameter Description
ip: string, ip address of ESP8266 station.
Example
AT+CIPSTA="192.168.101.108"