Skip to content

Commit

Permalink
update to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf authored Jan 25, 2022
1 parent 4d01865 commit a77f246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/at_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ extern "C" {
#include <netdev.h>
#endif /* RT_USING_NETDEV */

#define AT_DEVICE_SW_VERSION "2.0.4"
#define AT_DEVICE_SW_VERSION_NUM 0x20004
#define AT_DEVICE_SW_VERSION "2.0.5"
#define AT_DEVICE_SW_VERSION_NUM 0x20005

/* AT device class ID */
#define AT_DEVICE_CLASS_ESP8266 0x01U
Expand Down

0 comments on commit a77f246

Please sign in to comment.