Browse Source

update

master
zhaohe 1 year ago
parent
commit
01899b1613
  1. 2
      iflytop_canbus_protocol
  2. 3
      usrc/project_configs.h

2
iflytop_canbus_protocol

@ -1 +1 @@
Subproject commit 147a3d04808e51599910a6e47f082ae91a8bc8f0
Subproject commit 4ff540143bbaea7da71f4eacc1e1dd72f4dcd26e

3
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 // 调试指示灯

Loading…
Cancel
Save