Skip to content

Commit

Permalink
doc(VERSION): update to 4.2.2 (2023-02-15)
Browse files Browse the repository at this point in the history
  • Loading branch information
itas109 committed Feb 15, 2023
1 parent 82f4f3d commit e25dd7e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@

---

## v4.2.2 (2023-02-15)
Feature:
* read event notify with portName and readBufferLen 读取事件通知支持串口名称与长度
* add function getReadBufferUsedLen() to get used buffer length 增加getReadBufferUsedLen函数用于获取缓冲区长度
* add LOG_INFO to output CSerialPort info 增加LOG_INFO输出串口信息

## v4.2.1 (2022-11-07)

Feature:
Expand Down
4 changes: 2 additions & 2 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ CSerialPort已经在以下平台做过测试

# Latest version 最新版本

## Version: 4.2.1.221107
by itas109 on 2022-11-07
## Version: 4.2.2.230215
by itas109 on 2023-02-15

# Quick Start 快速开始

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.1.221107
4.2.2.230215
2 changes: 1 addition & 1 deletion include/CSerialPort/SerialPort_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define __CSERIALPORT_VERSION_H__

#define CSERIALPORT_COPYRIGHT "Copyright (C) 2014 itas109. All Rights Reserved."
#define CSERIALPORT_VERSION "4.2.1.221107"
#define CSERIALPORT_VERSION "4.2.2.230215"
#define CSERIALPORT_VERSION_MAJOR 4
#define CSERIALPORT_VERSION_MINOR 2
#define CSERIALPORT_VERSION_PATCH 1
Expand Down

0 comments on commit e25dd7e

Please sign in to comment.