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

Saving configuration values to EEPROM #1

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

Saving configuration values to EEPROM #1

wants to merge 6 commits into from

Conversation

Surgbc
Copy link

@Surgbc Surgbc commented Apr 28, 2017

The changes are to enable saving configuration values to EEPROM so they don't have to be either stored in code nor written everytime the device is restarted as is the case now.

When you enter a command

mac set drtx 01
the value goes to EEPROM and is read from there the next time the device restarts or when it's reprogrammed.

@GerbendH
Copy link
Contributor

GerbendH commented Jun 8, 2017

Thanks for sharing. The idea to store values to the EEPROM is a good idea. But I cant implement your code directly because it also contains a whole different command structure.

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.

None yet

2 participants