|
楼主 |
发表于 2025-4-25 11:16:07
|
显示全部楼层
mesh_composition_data_local_t model_sig_cfg_s_cps = { // can't extern, must static
{
// head =
{
VENDOR_ID, // u16 cid = ;
0, // u16 pid = ;
0, // u16 vid = ;
#if NLCP_BLC_EN
(max2(MESH_NODE_MAX_NUM, 10)), // Test BLCM/BLC/FEAT/BV-01,The CRPL field of the Composition Data Page 0 has a value greater than or equal to 255.
#else
MESH_NODE_MAX_NUM, //CACHE_BUF_MAX, // u16 crpl = ;
#endif
//mesh_page_feature_t feature =
{
FEATURE_RELAY_EN, // u16 relay :1;
FEATURE_PROXY_EN, // u16 proxy :1;
#if WIN32
0,
#else
FEATURE_FRIEND_EN, // u16 frid :1;
#endif
FEATURE_LOWPOWER_EN, // u16 low_power :1;
0, // u16 rfu :12;
},
},
目前是在这里改COMPOSITION_DATA_STATUS的消息的,但这个不是问题,问题是现在没应答就会重发四次,我想知道怎样关闭重传,只发送一次。 |
|