/** ****************************************************************************** * @file User\Global\board_config.h * @author 路淮 * @version v0.1 * @date 2026-05-21 * @brief 板级配置头文件 ****************************************************************************** */ #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 // 桩通讯端口 #define DEBUG 1 // 调试模式 #endif /* __BOARD_CONFIG_H */