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