You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation on System.sleep (SLEEP_MODE_DEEP, longSeconds) says "the device will automatically wake up and reestablish the Wi-Fi connection after the specified number of seconds".
In fact, the device also wakes up on external interrupts while in SLEEP_MODE_DEEP. The documentation should mention this, especially as it appears that there is no API for deep sleep purely on a timer, ignoring external interrupts.