From e7afacb632f3bb2b4b2040187a538f0d13076fab Mon Sep 17 00:00:00 2001 From: maliang Date: Sat, 19 Jul 2025 15:21:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0hdc=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E5=88=B03.2.0a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: maliang --- src/common/define.h | 4 ++-- src/daemon/etc/hdc.para | 2 +- src/daemon/etc/hdc.root.para | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/define.h b/src/common/define.h index ff42fee0..1210ef10 100644 --- a/src/common/define.h +++ b/src/common/define.h @@ -124,8 +124,8 @@ constexpr uint16_t NEW_SESSION_DROP_USB_DATA_TIME_MAX_MS = 1000; // |----------------------------------------------------------------| // | major |reserve| minor |reserve|version| fix | reserve | // |----------------------------------------------------------------| -// 0x30100500 is 3.1.0g -constexpr uint32_t HDC_VERSION_NUMBER = 0x30100600; +// 0x30200000 is 3.2.0a +constexpr uint32_t HDC_VERSION_NUMBER = 0x30200000; constexpr uint32_t HDC_BUF_MAX_BYTES = INT_MAX; #ifdef HDC_HOST constexpr uint32_t HOST_SOCKETPAIR_SIZE = 1024 * 1024; diff --git a/src/daemon/etc/hdc.para b/src/daemon/etc/hdc.para index e24fb7e9..1675c214 100644 --- a/src/daemon/etc/hdc.para +++ b/src/daemon/etc/hdc.para @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -const.hdc.version = "Ver: 3.1.0g" +const.hdc.version = "Ver: 3.2.0a" persist.hdc.mode.usb = "disable" persist.hdc.mode.tcp = "disable" persist.hdc.mode.uart = "disable" diff --git a/src/daemon/etc/hdc.root.para b/src/daemon/etc/hdc.root.para index 358ddf77..0e287ce8 100644 --- a/src/daemon/etc/hdc.root.para +++ b/src/daemon/etc/hdc.root.para @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -const.hdc.version = "Ver: 3.1.0g" +const.hdc.version = "Ver: 3.2.0a" persist.hdc.mode.usb = "enable" persist.hdc.mode.tcp = "disable" persist.hdc.mode.uart = "disable" -- Gitee