still debugging
This commit is contained in:
@ -167,6 +167,6 @@ void eepromInit() {
|
||||
coloredMsg(LOG_GREEN, "eeI, about to write device stats with updated power cycles counter");
|
||||
eepromWrite(DEVICE_STATS_ADDR, deviceStats.b, sizeof(deviceStats));
|
||||
|
||||
// schAdd(eepromHourlyUpdateDeviceStats, NULL, 0, 10 * 1000);
|
||||
// coloredMsg(LOG_GREEN, "eeI, hourly device stats update scheduled");
|
||||
schAdd(eepromHourlyUpdateDeviceStats, NULL, 0, 10 * 1000);
|
||||
coloredMsg(LOG_GREEN, "eeI, hourly device stats update scheduled");
|
||||
}
|
||||
|
Reference in New Issue
Block a user