Files
BR_YKC/Core/User/Global/board_config.h

22 lines
665 B
C
Raw Normal View History

2026-05-21 10:01:28 +08:00
/**
******************************************************************************
2026-05-21 12:19:01 +08:00
* @file User\Global\board_config.h
* @author
2026-05-21 10:01:28 +08:00
* @version v0.1
2026-05-21 12:19:01 +08:00
* @date 2026-05-21
* @brief
2026-05-21 10:01:28 +08:00
******************************************************************************
*/
#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 // 桩通讯端口
2026-05-21 12:19:01 +08:00
#define DEBUG 1 // 调试模式
2026-05-21 10:01:28 +08:00
#endif /* __BOARD_CONFIG_H */