From b80926797863c5a36417eb44a34483bb93610b79 Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Sat, 27 May 2023 11:20:22 +0200 Subject: Add feature to use unixtime timestamps in logs and CSV --- cputemp2maxfreq.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cputemp2maxfreq.h') diff --git a/cputemp2maxfreq.h b/cputemp2maxfreq.h index 31f6da1..afce5ca 100644 --- a/cputemp2maxfreq.h +++ b/cputemp2maxfreq.h @@ -44,6 +44,7 @@ struct s_config { char csvlog[255]; // CSV logfile char csvoverwrite; // Overwrite CSV file if it already exists FILE *csvfile; // File handle for CSV file + char use_unixtime; // Use unixtime timestamps in logs and CSV }; #endif -- cgit v1.2.3