Terminate reHDD on user input #75

Merged
localhorst merged 3 commits from feature/control-menu into master 2025-06-21 11:51:00 +02:00
Showing only changes of commit 20d0dd8e90 - Show all commits

View File

@ -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