From 01899b16135f94386a6264c3199dd05b1789387e Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sun, 28 Apr 2024 19:02:32 +0800 Subject: [PATCH] update --- iflytop_canbus_protocol | 2 +- usrc/project_configs.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/iflytop_canbus_protocol b/iflytop_canbus_protocol index 147a3d0..4ff5401 160000 --- a/iflytop_canbus_protocol +++ b/iflytop_canbus_protocol @@ -1 +1 @@ -Subproject commit 147a3d04808e51599910a6e47f082ae91a8bc8f0 +Subproject commit 4ff540143bbaea7da71f4eacc1e1dd72f4dcd26e diff --git a/usrc/project_configs.h b/usrc/project_configs.h index a106406..79f2681 100644 --- a/usrc/project_configs.h +++ b/usrc/project_configs.h @@ -1,4 +1,5 @@ #pragma once +#include "iflytop_canbus_protocol/iflytop_canbus_protocol.hpp" /*********************************************************************************************************************** * PROJECT_CONFIG * @@ -12,7 +13,7 @@ #define HARDWARE_VERSION 1 #define PROJECT "dbdb_liquid_path_control" #define SN_HEADER "SN" -#define DEVICE_ID (2) +#define DEVICE_ID (kFixBoardId_PowerControlMiniBoard) #define DEBUG_UART huart1 // 调试串口 #define DEBUG_LIGHT_GPIO PE8 // 调试指示灯