Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement persistent storage of init data in the Arduino Proxy #3

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

jonapap
Copy link
Member

@jonapap jonapap commented Nov 9, 2021

No description provided.

Strings are taking too much space, causing a memory collision between
the stack and heap.
This greatly simplifies the Arduino code at the expanse of slightly
higher memory usage.
@jonapap jonapap changed the title Arduino eeprom Implement persistent storage of init data in the Arduino Proxy Nov 9, 2021
@ajayyy
Copy link
Member

ajayyy commented Nov 20, 2021

Since safe state is not zero anymore, I think this probably is important, or at least figuring out what we need to do in that state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants