Page 1 of 1

asyncio and deepsleep

Posted: Mon Apr 01, 2019 1:48 pm
by protein_sheikh
hi,

i was wondering, in the current implementation of asyncio, what happens if we put esp32 into deep sleep mode.

also would i need to write my own context handler, if putting the device into deepsleep means that the current state is lost?

in the current implementation of the micropython, are there methods to access the ULP resources and memory?