added warning levels

This commit is contained in:
2020-08-07 16:17:45 +02:00
parent 29eda094a7
commit 1e4d9975c6
4 changed files with 78 additions and 46 deletions

View File

@ -10,6 +10,9 @@
#define DRYRUN
#define WORSE_HOURS 19200 //mark drive if at this limit or beyond
#define WORSE_POWERUP 4000 //mark drive if at this limit or beyond
#include <iostream>
#include <string>
#include <fstream>

View File

@ -14,8 +14,7 @@
#define COLOR_AREA_OVERVIEW 2
#define COLOR_AREA_ENTRY 3
#define COLOR_AREA_ENTRY_SELECTED 4
#define COLOR_GRAY 8
#define COLOR_AREA_DETAIL 5
class TUI
{