You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: