Other Parts Discussed in Thread: Z-STACK
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.
Other Parts Discussed in Thread: Z-STACK
如果已經改成20秒rejoin一次、一直在DEV_NWK_ORPHAN和DEV_NWK_DISC之间切换不大正常
這些參數沒有什麼問題、但是REJOIN_BACKOFF以及REJOIN_SCAN在Z-Stack 3.0以後沒有作用
基本把补丁都打完了,这个有一些疑问,不知道怎么修改。是将原本在void ZDApp_ProcessNetworkJoin( void )函数中的NLME_SetPollRate( zgRejoinPollRate );函数换个位子?
原来的位子:
if(devStartMode == MODE_REJOIN)
{
NLME_SetPollRate( zgRejoinPollRate );
}
现在添加到这里吗?
if ( ZG_SECURE_ENABLED && ( ZDApp_RestoreNwkKey( TRUE ) == false ) ) { if ( ZSTACK_END_DEVICE_BUILD ) { NLME_SetPollRate( zgRejoinPollRate ); } // wait for auth from trust center ZDApp_ChangeState( DEV_END_DEVICE_UNAUTH );这個補丁我記得Z-Stack 3.0.2已經有補上了、如果你用的版本是3.0.2就不用補了