From 5a33d25886af8f0996d901fcfc66674a3dc625db Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Thu, 25 Jul 2024 17:27:28 +0200 Subject: Add commandline parameter to set transition latency --- cputemp2maxfreq.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cputemp2maxfreq.h') diff --git a/cputemp2maxfreq.h b/cputemp2maxfreq.h index afce5ca..ade4d58 100644 --- a/cputemp2maxfreq.h +++ b/cputemp2maxfreq.h @@ -45,6 +45,7 @@ struct s_config { 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 + long int transition_latency; // User configurable transition latency, <0 for autodetect }; #endif -- cgit v1.2.3