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

Use the same EEPROM address definition file for the bootloader and the config sketch #16

Open
per1234 opened this issue Feb 8, 2016 · 0 comments

Comments

@per1234
Copy link
Owner

per1234 commented Feb 8, 2016

Currently the bootloader source uses neteeprom.h and the NetEEPROM library uses NetEEPROM_defs.h. The two files are similar but not identical so this makes it more difficult to keep them synchronized. I propose to either use two copies of the same file(maybe the Makefile or the batchfile that calls the Makefile could copy the file from the bootloader source to the library folder) or use the same file(which would be located in the library folder and the bootloader source code would need to use the right include path to the file) for both of them.

Update NetReset(reset example and the (proposed)password setting example sketch) and NewEEPROM to use this file.

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

No branches or pull requests

1 participant