revert the version number

This commit is contained in:
qiyongzhong0 2019-12-19 17:28:48 +08:00
parent 10dafb4d0c
commit 9aa1b6cbbf
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ extern "C" {
#include <netdev.h>
#endif /* RT_USING_NETDEV */
#define AT_DEVICE_SW_VERSION "2.0.3"
#define AT_DEVICE_SW_VERSION_NUM 0x20003
#define AT_DEVICE_SW_VERSION "2.0.2"
#define AT_DEVICE_SW_VERSION_NUM 0x20002
/* AT device class ID */
#define AT_DEVICE_CLASS_ESP8266 0x01U