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

CIPSTAMAC

AthenaYu edited this page Nov 28, 2014 · 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.
Execute AT+CIPSTAMAC=mac OK Set mac of ESP8266 station.

Parameter Description
mac: string,mac info of ESP8266 station.

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

Clone this wiki locally