Release:5.20灰测
This commit is contained in:
19
Core/User/Global/board_config.h
Normal file
19
Core/User/Global/board_config.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* @file user\global\board_config.h
|
||||
* @author luhuaishuai
|
||||
* @version v0.1
|
||||
* @date 2023-10-11
|
||||
* @brief Briefly describe the function of your function
|
||||
******************************************************************************
|
||||
*/
|
||||
#ifndef __BOARD_CONFIG_H
|
||||
#define __BOARD_CONFIG_H
|
||||
|
||||
/* Private includes ----------------------------------------------------------*/
|
||||
|
||||
#define LINK_SERVER_PORT 6001 // 网关UDP服务端口
|
||||
#define LINK_APP_PORT 6002 // 桩通讯端口
|
||||
#define LINK_STAKE_PORT 6001 // 桩通讯端口
|
||||
|
||||
#endif /* __BOARD_CONFIG_H */
|
||||
Reference in New Issue
Block a user