Move Logfile Switch to define.h

This commit is contained in:
jomjol
2022-12-28 14:32:18 +01:00
parent f2f117aea1
commit 7a1154363b
2 changed files with 7 additions and 5 deletions

View File

@@ -19,10 +19,6 @@ extern "C" {
static const char *TAG = "LOGFILE";
/* Uncomment this to keep the logfile open for appending.
* If commented out, the logfile gets opened/closed for each log measage (old behaviour) */
//#define KEEP_LOGFILE_OPEN_FOR_APPENDING
ClassLogFile LogFile("/sdcard/log/message", "log_%Y-%m-%d.txt", "/sdcard/log/data", "data_%Y-%m-%d.csv");
void ClassLogFile::WriteHeapInfo(std::string _id)