Replies: 2 comments
-
Looks like we might need an |
Beta Was this translation helpful? Give feedback.
0 replies
-
Use the workaround described here for now. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
For a low-power application (on the ESP32-C6), I keep state in RTC memory like this:
I then access and modify the state in
unsafe
blocks.Rust's 2024 edition has disallowed this. What's a good way to do it now?
Beta Was this translation helpful? Give feedback.
All reactions