Updated the default configuration and fixed a printcounter.h typo
This commit is contained in:
parent
d6cfcc9c8b
commit
e2da7e5000
2 changed files with 14 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class PrintCounter: public Stopwatch {
|
|||
* EEPROM save cycle, the development team recommends to set this value
|
||||
* no lower than 3600 secs (1 hour).
|
||||
*/
|
||||
const uint16_t saveInterval = PRINTCOUNTER_SAVE_INTERVAL;
|
||||
const uint16_t saveInterval = 3600;
|
||||
|
||||
/**
|
||||
* @brief Stats were loaded from EERPROM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue