feature/sata-usb-info #76

Merged
localhorst merged 4 commits from feature/sata-usb-info into master 2025-06-22 11:58:22 +02:00
Showing only changes of commit 36ea3a2bef - Show all commits

View File

@ -20,7 +20,7 @@
// Logger Settings
#define LOG_PATH "./reHDD.log"
#define DESCRIPTION "reHDD - Copyright Hendrik Schutter 2024"
#define DESCRIPTION "reHDD - Copyright Hendrik Schutter 2025"
#define DEVICE_ID "generic"
#define SOFTWARE_VERSION REHDD_VERSION
#define HARDWARE_VERSION "generic"
@ -31,7 +31,7 @@
#endif
// Logic
#define DRYRUN // don't touch the drives
// #define DRYRUN // don't touch the drives
#define FROZEN_ALERT // show alert if drive is frozen
#define ZERO_CHECK // check drive after shred if all bytes are zero, show alert if this fails