From 9dd2f4249b014c4bce8ef752804bd4095a957d48 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Fri, 11 Apr 2025 11:14:31 +0800 Subject: [PATCH] =?UTF-8?q?v1020=20|=20=E4=BF=AE=E6=94=B9=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E7=B1=BB=E5=9E=8B=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a8000_protocol | 2 +- .../water_cooling_temperature_control_module.hpp | 2 +- usrc/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/a8000_protocol b/a8000_protocol index 07fcb84..5fb4985 160000 --- a/a8000_protocol +++ b/a8000_protocol @@ -1 +1 @@ -Subproject commit 07fcb845c2a81ec202179261c33502a04f0d9549 +Subproject commit 5fb4985d0c6cae59ab4f00a1de65910938bca096 diff --git a/sdk/components/water_cooling_temperature_control_module/water_cooling_temperature_control_module.hpp b/sdk/components/water_cooling_temperature_control_module/water_cooling_temperature_control_module.hpp index cce3daa..036aabf 100644 --- a/sdk/components/water_cooling_temperature_control_module/water_cooling_temperature_control_module.hpp +++ b/sdk/components/water_cooling_temperature_control_module/water_cooling_temperature_control_module.hpp @@ -34,7 +34,7 @@ namespace iflytop { */ class WaterCoolingTemperatureControlModule : public ZIModule { - ENABLE_MODULE(WaterCoolingTemperatureControlModule, ktemperature_ctrl_module, PC_VERSION); + ENABLE_MODULE(WaterCoolingTemperatureControlModule, kwater_cooling_temperature_ctrl_module, PC_VERSION); public: typedef struct { diff --git a/usrc/version.h b/usrc/version.h index cb6027f..bdbd142 100644 --- a/usrc/version.h +++ b/usrc/version.h @@ -1,2 +1,2 @@ #pragma once -#define PC_VERSION 1016 +#define PC_VERSION 1020