As the title says... Chat on...

User avatar
By Gelir Durum
#47336 I am using developer branch firmware and i am working on deepsleep mode. I use node.dsleep function with option 4. With this option after timer wake up there is no rf functionalty. My project is about temperature control and i want connect wifi only when temperature data pass some limit. So I want use deepsleep mode option 4 with my control on wifi connection. Are there any command for connect wifi after wakeup deespsleep option 4.
User avatar
By dnc40085
#47400 The only way to get out of node.dsleep opt. 4 is to restart with a different option. However, there is a Pull Request that has been submitted that will allow the WiFi to be suspended similar to deep sleep opt. 4, but without the restart.

I believe the PR should be merged after the migration from Dev to Master.