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

CIPSTAMAC

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

AT+CIPSTAMAC - Set mac address of ESP8266 station

Type Instruction Response Function
Query AT+CIPSTAMAC? +CIPSTAMAC:mac OK Query mac info of ESP8266 station.
Set AT+CIPSTAMAC=mac OK Set mac of ESP8266 station.

Parameter Description
mac: string - MAC of ESP8266 station.

Example
AT+CIPSTAMAC="18:aa:35:97:d4:7b"

Clone this wiki locally