From 20d0dd8e90d1bf57a53153482f4e822450aa30b3 Mon Sep 17 00:00:00 2001 From: localhorst Date: Sat, 21 Jun 2025 11:49:49 +0200 Subject: [PATCH] reset build settings --- include/reHDD.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/reHDD.h b/include/reHDD.h index 602d057..519a4ce 100644 --- a/include/reHDD.h +++ b/include/reHDD.h @@ -25,13 +25,13 @@ #define SOFTWARE_VERSION REHDD_VERSION #define HARDWARE_VERSION "generic" -#define LOG_LEVEL_HIGH // log everything, like drive scan thread +// #define LOG_LEVEL_HIGH // log everything, like drive scan 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 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