From fdeaa3572bdc52008030100d22c463cbc8d8561e Mon Sep 17 00:00:00 2001 From: luliang <806034232@qq.com> Date: Mon, 25 Nov 2019 18:19:52 +0800 Subject: [PATCH] add at device class a9g --- inc/at_device.h | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/at_device.h b/inc/at_device.h index ea0cc69..4b2ca11 100644 --- a/inc/at_device.h +++ b/inc/at_device.h @@ -53,6 +53,7 @@ extern "C" { #define AT_DEVICE_CLASS_MW31 0x07U #define AT_DEVICE_CLASS_ESP32 0x08U #define AT_DEVICE_CLASS_W60X 0x09U +#define AT_DEVICE_CLASS_A9G 0x0AU /* Options and Commands for AT device control opreations */ #define AT_DEVICE_CTRL_POWER_ON 0x01L