You are reading a single comment by @Will and its replies.
Click here to read the full conversation.
-
@Gordon - safe to assume it requires "reset" to be connected to GPIO16 to work?
@Gordon - safe to assume it requires "reset" to be connected to GPIO16 to work?
Deep sleep here: https://github.com/espruino/Espruino/blob/master/targets/esp8266/jswrap_esp8266.c#L442
It's in the current master build. It's not normal Espruino deep sleep though - all state will be lost as it's like a hard reset.