1、相关退网设置:
其中两个参数设置:
leaveReq.options.rejoin = false;
leaveReq.options.removeChildren = false;
复位配置:
restReq.newNwkState = true;
退网后,再进入网络,短地址不变化?请问什么原因?谢谢
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.
1、相关退网设置:
其中两个参数设置:
leaveReq.options.rejoin = false;
leaveReq.options.removeChildren = false;
复位配置:
restReq.newNwkState = true;
退网后,再进入网络,短地址不变化?请问什么原因?谢谢
请问你有没有进入低功耗功能,如果进入的话会不会出现退网后5-6分钟出现死机现象,按键响应完后进入while(i);
#if defined( HAL_ASSERT_RESET )
HAL_SYSTEM_RESET();
#elif defined ( HAL_ASSERT_LIGHTS )
halAssertHazardLights();
#elif defined( HAL_ASSERT_SPIN )
volatile uint8 i = 1;
HAL_DISABLE_INTERRUPTS();
while(i);