| Type | Instruction | Response | Function |
|---|---|---|---|
| Query | AT+CWJAP? | + CWJAP:ssid OK | Query AP’s info which is connect by ESP8266. |
| execute | AT+CWJAP=ssid,pwd | OK | Set AP’s info which will be connect by ESP8266. |
Parameter description:
ssid: string, AP’s SSID
pwd: string, MAX: 64 bytes
Example:
AT+CWJAP="wifi-1","12345678"