Skip to content
Michael Miller edited this page Mar 24, 2016 · 1 revision

With my Esp8266 board, when I call EnterSleep() it never wakes up.

The Esp8266 requires that the WAKE (GPIO16) pin be connected to the RST pin to allow the internal timer interrupt to wake up the CPU.
Some Esp8266 boards may also require other components, so search online for more details on required hardware for your specific board.

Clone this wiki locally