RUI3 (RAK Unified Interface 3) - RAK4631
atcmd_supplement_def.h
Go to the documentation of this file.
1 #ifdef SUPPORT_LORA
2 
60 #endif
61 
62 
63 #ifndef _ATCMD_SUPPLE_DEF_H_
64 #define _ATCMD_SUPPLE_DEF_H_
65 
66 #define ATCMD_ATE "ATE"
67 #if defined( REGION_CN470 ) || defined( REGION_US915 ) || \
68  defined( REGION_AU915 )
69 #define ATCMD_MASK "AT+MASK"
70 #define ATCMD_CHS "AT+CHS"
71 #define ATCMD_CHE "AT+CHE"
72 #endif
73 #define ATCMD_BAND "AT+BAND"
74 
75 //#define ATCMD_DELBONDS "AT+DELBONDS"
76 
77 #endif //_ATCMD_SUPPLE_DEF_H_