Skip to content

Commit a77f246

Browse files
authored
update to 2.0.5
1 parent 4d01865 commit a77f246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/at_device.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ extern "C" {
2626
#include <netdev.h>
2727
#endif /* RT_USING_NETDEV */
2828

29-
#define AT_DEVICE_SW_VERSION "2.0.4"
30-
#define AT_DEVICE_SW_VERSION_NUM 0x20004
29+
#define AT_DEVICE_SW_VERSION "2.0.5"
30+
#define AT_DEVICE_SW_VERSION_NUM 0x20005
3131

3232
/* AT device class ID */
3333
#define AT_DEVICE_CLASS_ESP8266 0x01U

0 commit comments

Comments
 (0)