RUI3 (RAK Unified Interface 3) - RAK4631
atcmd_serial_port_def.h
Go to the documentation of this file.
1 
61 #if defined(SUPPORT_LORA) && defined(SUPPORT_PASSTHRU)
62 
83 #endif
84 
85 #ifndef _ATCMD_SERIAL_PORT_DEF_H_
86 #define _ATCMD_SERIAL_PORT_DEF_H_
87 
88 #define ATCMD_LOCK "AT+LOCK"
89 #define ATCMD_PWORD "AT+PWORD"
90 #define ATCMD_BAUD "AT+BAUD"
91 #define ATCMD_ATM "AT+ATM"
92 #define ATCMD_APM "AT+APM"
93 #if defined(SUPPORT_LORA) && defined(SUPPORT_PASSTHRU)
94 #define ATCMD_PAM "ATD"
95 #endif
96 #endif //_ATCMD_SERIAL_PORT_DEF_H_