Other Parts Discussed in Thread: Z-STACK
设备在运行过程中会运行到
// If AIB_apsUseExtendedPANID is set to a non-zero value by commissioning
// The device shall do rejoin the network. Otherwise, do normal join
if ( nwk_ExtPANIDValid( AIB_apsUseExtendedPANID ) == false )
{
devStartMode = MODE_JOIN; // Assume joining
}
里面去,导致设备不能重新入网,请问在什么情况下会导致 nwk_ExtPANIDValid( AIB_apsUseExtendedPANID ) == false 成立