wifiesp 2.0.0.0
Response to AT commands

Macros

#define WIFIESP_RSP_OK   "OK"
 
#define WIFIESP_RSP_READY_FOR_SEND   ">"
 
#define WIFIESP_RSP_SEND_OK   "SEND OK"
 
#define WIFIESP_RSP_ERROR   "ERROR"
 
#define WIFIESP_RSP_CONNECT   "CONNECT"
 

Detailed Description

Macro Definition Documentation

◆ WIFIESP_RSP_CONNECT

#define WIFIESP_RSP_CONNECT   "CONNECT"

◆ WIFIESP_RSP_ERROR

#define WIFIESP_RSP_ERROR   "ERROR"

◆ WIFIESP_RSP_OK

#define WIFIESP_RSP_OK   "OK"

◆ WIFIESP_RSP_READY_FOR_SEND

#define WIFIESP_RSP_READY_FOR_SEND   ">"

◆ WIFIESP_RSP_SEND_OK

#define WIFIESP_RSP_SEND_OK   "SEND OK"