Storing data across reboots with custom modules using Module API #8618
Unanswered
ethan-ejh-hunter
asked this question in
Q&A
Replies: 0 comments
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.
-
Hey! I'm doing a project that involves a few custom modules (probably not anything I'll push to main, just our own fork.) One of the issues I'm running into is how to store settings across reboots (it would just be a few uints and bools, so nothing very big). I ran into the module configuration protobufs. Do y'all see any major issues that would come with adding to those? I assume I'd also need to make some changes on the Python CLI end as well. Is there another way y'all would recommend this?
Beta Was this translation helpful? Give feedback.
All reactions