Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
AthenaYu edited this page Nov 11, 2014 · 2 revisions

AT+ CWSAP – Configuration of softAP mode

Type Instruction Response Function
Query AT+CWSAP? +CWSAP:ssid,pwd,chl,ecn OK Query configuration of ESP8266 softAP mode.
Set AT+CWSAP=ssid,pwd,chl,ecn OK Set configuration of softAP mode.

Parameter description
ssid: string, ESP8266 softAP’ SSID
pwd: string, MAX: 64 bytes
chl: channel id
ecn:
0 OPEN
2 WPA_PSK
3 WPA2_PSK
4 WPA_WPA2_PSK

Clone this wiki locally