Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

CIPAPMAC

Brian Tristam Williams edited this page Aug 23, 2020 · 3 revisions

AT+CIPAPMAC - Set mac address of ESP8266 softAP

Type Instruction Response Function
Query AT+CIPAPMAC? +CIPAPMAC:mac OK Get mac address of ESP8266 softAP.
Set AT+CIPAPMAC=mac OK Set mac of ESP8266 softAP.

Parameter Description
mac: string - MAC address of ESP8266 softAP.

Example
AT+CIPAPMAC="2c:aa:35:97:d4:7b"

Clone this wiki locally