Updated the default configuration and fixed a printcounter.h typo

This commit is contained in:
João Brázio
2016-04-27 02:27:23 +01:00
parent d6cfcc9c8b
commit e2da7e5000
2 changed files with 14 additions and 1 deletions

View File

@ -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