changed progress percentage calculation

This commit is contained in:
2022-05-14 15:21:14 +02:00
parent c8a3220c3a
commit 4fc44d9926
4 changed files with 29 additions and 16 deletions

View File

@ -23,14 +23,14 @@
#define SOFTWARE_VERSION "alpha"
#define HARDWARE_VERSION "generic"
#define LOG_LEVEL_HIGH //log everything, like drive scann thread
//#define LOG_LEVEL_HIGH //log everything, like drive scann thread
#ifndef LOG_LEVEL_HIGH
#define LOG_LEVEL_LOW //log only user actions and tasks
#endif
// Logic
//#define DRYRUN //don´t touch the drives
#define DEMO_DRIVE_SIZE 1024*1024*256 // 256MB used for shredding only
//#define DEMO_DRIVE_SIZE 1024*1024*256 // 256MB used for shredding only
#define FROZEN_ALERT //show alert if drive is frozen
#define ZERO_CHECK_ALERT //check drive after shred if all bytes are zero, show alert if this fails