This commit is contained in:
2020-08-30 12:03:37 +02:00
parent b271f7955a
commit 7c00fd638c
4 changed files with 10 additions and 26 deletions

View File

@ -8,7 +8,7 @@
#ifndef REHDD_H_
#define REHDD_H_
//#define DRYRUN
#define DRYRUN
#define WORSE_HOURS 19200 //mark drive if at this limit or beyond
#define WORSE_POWERUP 4000 //mark drive if at this limit or beyond
@ -72,9 +72,7 @@ private:
static void handleEnter();
static void handleESC();
static void handleAbort();
static void checkShredComplete(vector <Drive>* pvecDrives);
static Drive* getSelectedDrive();
};