终端节点设置了低功耗power_saving。当协调器发送信息时,节点恰巧处于睡眠状态,节点醒来后还能收到信息吗?协调器那端会有什么措施
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.
OSAL调度系统的休眠时间并不是用户可以随意设置的,而是以最近一次要发生事件的timeout作为本次的休眠时间。
如果系统有一个最小的Xms事件的周期性的发生,那么你的休眠时间只能是Xms了。