Replies: 2 comments 5 replies
-
Maybe robert-hh comment at the end. davef |
Beta Was this translation helpful? Give feedback.
4 replies
-
Yes that is correct. All MicroPython state will be re-initialised, the heap is zero-initialised at start-up. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a relatively short program that declares a few variables, performs a brief network operation then goes into deep-sleep awaiting a reboot.
Given these operations is "garbage collection" necessary; won't all memory be reinitialized at re-boot?
MM
Beta Was this translation helpful? Give feedback.
All reactions