diff options
author | PA4WDH | 2024-07-25 17:27:28 +0200 |
---|---|---|
committer | PA4WDH | 2024-07-25 17:27:28 +0200 |
commit | 5a33d25886af8f0996d901fcfc66674a3dc625db (patch) | |
tree | 8ad1db0da5a5aa39348d96d71cbea38e3b740c05 /cputemp2maxfreq.h | |
parent | Fix typos (diff) | |
download | cputemp2maxfreq-5a33d25886af8f0996d901fcfc66674a3dc625db.tar.gz cputemp2maxfreq-5a33d25886af8f0996d901fcfc66674a3dc625db.tar.bz2 cputemp2maxfreq-5a33d25886af8f0996d901fcfc66674a3dc625db.zip |
Add commandline parameter to set transition latency0.4
Diffstat (limited to 'cputemp2maxfreq.h')
-rw-r--r-- | cputemp2maxfreq.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |