添加新配置

This commit is contained in:
OPTOC
2025-08-19 18:19:34 +08:00
parent 5e7de7483c
commit 0bd610ccd4
5 changed files with 129 additions and 0 deletions

View File

@@ -26,6 +26,17 @@
#define FW_VERSION_MINOR 0
#define FW_VERSION_BUILD 0
#elif (CONFIG_PRODUCT_ID_SERTRF)
#define PRODUCT_ID "SERTRF"
#define BOARD_CONFIG_DATA_VER 0x0101 /* 对应 cfg_board_t::version */
#define APP_CONFIG_DATA_VER 0 /* 对应 cfg_app_t::version */
#define FW_VERSION_MAIN 1
#define FW_VERSION_MINOR 0
#define FW_VERSION_BUILD 0
#else
#error 未定义配置
#endif