Skip to content

Commit

Permalink
Added EEPROM init clear of library
Browse files Browse the repository at this point in the history
  • Loading branch information
hjd1964 committed Apr 23, 2019
1 parent 21e2dca commit a5c9591
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Initialize.ino
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,9 @@ void initWriteNvValues() {
nv.write(EE_dcPwrAxis5,50);
#endif

// clear the library/catalogs
Lib.clearAll();

// finally, stop the init from happening again
nv.writeLong(EE_autoInitKey,autoInitKey);

Expand Down

0 comments on commit a5c9591

Please sign in to comment.