display temperature alert if drive too hot

This commit is contained in:
2022-08-24 16:27:51 +02:00
parent 69fd10207d
commit a347bf433c
3 changed files with 13 additions and 5 deletions

View File

@ -13,8 +13,9 @@
// 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 WORSE_TEMPERATURE 55 //mark drive if at this limit or beyond
#define SHRED_ITERATIONS 2U
#define FROZEN_TIMEOUT 20 //After this timeout (minutes) the drive will be marked as frozen
#define FROZEN_TIMEOUT 20 //After this timeout (minutes) the drive will be marked as frozen, if no progress
#define METRIC_THRESHOLD 3L*1000L*1000L*1000L //calc shred speed with this minimum of time delta
// Logger Settings