From 39f72042fb3e9398a2f3a56bc5bc7a8ad0f92681 Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Wed, 24 May 2023 10:08:01 +0200 Subject: Add data log option --- cputemp2maxfreq.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cputemp2maxfreq.h') diff --git a/cputemp2maxfreq.h b/cputemp2maxfreq.h index cda9d4b..0e4c424 100644 --- a/cputemp2maxfreq.h +++ b/cputemp2maxfreq.h @@ -34,6 +34,7 @@ struct s_config { unsigned int interval; // Time interval to check CPU temperature char logger_name[10]; // Name of the logging function void (*logger)(char *,...); // Pointer to the logging function + char log_data; // Option to log measurement data }; #endif -- cgit v1.2.3