我知道网络、信道、在config函数里面是可以配置,可是怎么通过函数的调用来更改这些参数啊,例如这些网络参数的初始化,还有在哪里配置,调用函数来配置,谢谢!TI的大神了
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我知道网络、信道、在config函数里面是可以配置,可是怎么通过函数的调用来更改这些参数啊,例如这些网络参数的初始化,还有在哪里配置,调用函数来配置,谢谢!TI的大神了
可以使用函数:void zb_WriteConfiguration( uint8 configId, uint8 len, void *pValue ) ;
如 zb_WriteConfiguration(ZCD_NV_PANID, sizeof(uint16), &pan_id) ;