From fbd74a56d4d72d665f8ad17a71d49ee56595fee7 Mon Sep 17 00:00:00 2001 From: Sayeth Rodriguez Date: Thu, 25 Feb 2021 19:00:02 -0600 Subject: [PATCH] header changed again --- daq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daq.c b/daq.c index 681bfd5..d935834 100644 --- a/daq.c +++ b/daq.c @@ -39,7 +39,7 @@ int DAQ(int t_hrs, int sp_s) FILE* dfp; // create a file pointer const char data_header[200] = "t\tCO2\tCO2 f\tCO\tCO f\tO2\tO2\tT CO\tT O2\tP CO\tP O2\tRH\n"\ - "s\tppm\tppm\tppm\tppm\tppm\t%\t°C*10\t°C\tmBar\tmBar\t%"; + "s\tppm\tppm\tppm\tppm\tppO2\t%\t°C*10\t°C\tmBar\tmBar\t%"; char co2_uf[10]="", co2_f[10]="", co_uf[10]="", co_f[10]="", o2_ppm[10]="", o2_xcent[10]="",