add at device class a9g

This commit is contained in:
luliang 2019-11-25 18:19:52 +08:00
parent 469167f253
commit fdeaa3572b
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ extern "C" {
#define AT_DEVICE_CLASS_MW31 0x07U #define AT_DEVICE_CLASS_MW31 0x07U
#define AT_DEVICE_CLASS_ESP32 0x08U #define AT_DEVICE_CLASS_ESP32 0x08U
#define AT_DEVICE_CLASS_W60X 0x09U #define AT_DEVICE_CLASS_W60X 0x09U
#define AT_DEVICE_CLASS_A9G 0x0AU
/* Options and Commands for AT device control opreations */ /* Options and Commands for AT device control opreations */
#define AT_DEVICE_CTRL_POWER_ON 0x01L #define AT_DEVICE_CTRL_POWER_ON 0x01L