Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.
Brian Tristam Williams edited this page Aug 23, 2020 · 2 revisions

AT+CIPAP - Set ip address of ESP8266 softAP

Type Instruction Response Function
Query AT+CIPAP? +CIPAP:ip OK Get ip address of ESP8266 softAP.
Set AT+CIPAP=ip OK Set ip addr of ESP8266 softAP.

Parameter Description
ip: string, ip address of ESP8266 softAP.

Example
AT+CIPAP="192.168.5.1"

Clone this wiki locally