|
发表于 2025-8-26 16:27:48
|
显示全部楼层
来自 上海
Hi,
My suggestion is to let it leave the previous network and then join the new network.
You can get the g_zbInfo (PIB/NIB...) and ss_ib through this method
- nv_flashReadNew(1, NV_MODULE_ZB_INFO, NV_ITEM_ZB_INFO, sizeof(zb_info_t), (u8 *)&g_zbInfo);
复制代码- nv_flashReadNew(1, NV_MODULE_APS, NV_ITEM_APS_SSIB, sizeof(ss_ib), (u8 *)&ss_ib)
复制代码 |
|