QUERY · ISSUE
docs: ESP32 RTC.memory and poweron_reset
docs
Documentation URL
https://docs.micropython.org/en/latest/library/machine.RTC.html
Description
The docs say it will survive "restarts", but it does not survive a poweron_reset. IE, pressing the EN button on the dev board.
Code of Conduct
Yes, I agree
CANDIDATE · PULL REQUEST
docs/library/machine: Add docs for RTC.memory() method.
docs
This PR adds docs for RTC.memory() method which is only available in ESP32 and ESP8266 ports.