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.

节点在PM2模式下的信息接受

节点进入休眠模式之后,我协调器发送的信息节点就接受不到了。PM2和PM3是不能通讯的,所以我想在节点被唤醒的时候可不可以多等待一段时间用于等待接受协调器发送的信息?

但是从代码观察来看,在预编译中设置了POWER_SAVING之后,当执行完定时任务之后节点就马上进入新的休眠模式了。请问有什么好的解决方法或者提起解决方案?