Selaa lähdekoodia

【更新】版本 V2.0.4

Signed-off-by: chenyong <chenyong@rt-thread.com>
chenyong 5 vuotta sitten
vanhempi
sitoutus
9d6b510f00
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      inc/at_device.h

+ 2 - 2
inc/at_device.h

@@ -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.4"
+#define AT_DEVICE_SW_VERSION_NUM       0x20004
 
 /* AT device class ID */
 #define AT_DEVICE_CLASS_ESP8266        0x01U