Browse Source

v1020 | 修改模块类型编码

master
zhaohe 4 months ago
parent
commit
9dd2f4249b
  1. 2
      a8000_protocol
  2. 2
      sdk/components/water_cooling_temperature_control_module/water_cooling_temperature_control_module.hpp
  3. 2
      usrc/version.h

2
a8000_protocol

@ -1 +1 @@
Subproject commit 07fcb845c2a81ec202179261c33502a04f0d9549
Subproject commit 5fb4985d0c6cae59ab4f00a1de65910938bca096

2
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 {

2
usrc/version.h

@ -1,2 +1,2 @@
#pragma once
#define PC_VERSION 1016
#define PC_VERSION 1020
Loading…
Cancel
Save