first beta release

This commit is contained in:
2020-09-15 13:39:45 +02:00
parent 92bd9a70a3
commit 95828afcc2
4 changed files with 6 additions and 6 deletions

View File

@ -8,12 +8,14 @@
#ifndef REHDD_H_
#define REHDD_H_
#define DRYRUN
#define REHDD_VERSION "bV0.1.0"
//#define DRYRUN
// Drive handling Settings
#define WORSE_HOURS 19200 //mark drive if at this limit or beyond
#define WORSE_POWERUP 10000 //mark drive if at this limit or beyond
#define SHRED_ITERATIONS 1
#define SHRED_ITERATIONS 3
#define FROZEN_TIMEOUT 5 //After this timeout (minutes) the drive will be marked as frozen
// Logger Settings