部分终端退网后不能重新加入网络了。复位终端一下又可以加入。100台大约有10台左右有这个问题。
使用的终端退网函数
if ( NLME_LeaveReq( &leaveReq ) != ZSuccess )
{
// Couldn't send out leave; prepare to reset anyway
ZDApp_LeaveReset( FALSE );
}
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.
部分终端退网后不能重新加入网络了。复位终端一下又可以加入。100台大约有10台左右有这个问题。
使用的终端退网函数
if ( NLME_LeaveReq( &leaveReq ) != ZSuccess )
{
// Couldn't send out leave; prepare to reset anyway
ZDApp_LeaveReset( FALSE );
}