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

AT+CWMODE - WIFI mode(station/softAP/station+softAP)

Type Instruction Response Function
Query AT+CWMODE? +CWMODE:mode OK Query AP’s info which is connect by ESP8266.
Set AT+CWMODE=mode OK / ERROR Set AP’s info which will be connect by ESP8266.

Parameter Description
mode
1 means Station mode
2 means AP mode
3 means AP + Station mode

Clone this wiki locally