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.

怎么设置EndDevice到父节点Poll超时重连的次数?

EndDevice到父节点Poll超时后,会触发ZDO_SynIndicationCB,重新搜索新的父节点。我们现在的硬件链路不是很好,希望允许Poll适当的丢包,可以修改哪个参数?

  • 可在f8wConfig文件中修改,

    /* Number of times retry to poll parent before indicating loss of synchronization
    * with parent. Note that larger value will cause longer delay for the child to
    * rejoin the network.
    */
    -DMAX_POLL_FAILURE_RETRIES=2