From ac7e8b2318a0e118d4cb7ced49d109c40908cb85 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 21 Mar 2021 00:24:14 +0000 Subject: fix content-type headers, and store a day's worth of weather data --- app/dcf77.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/dcf77.c') diff --git a/app/dcf77.c b/app/dcf77.c index 30cfd26..4b69a69 100644 --- a/app/dcf77.c +++ b/app/dcf77.c @@ -104,6 +104,8 @@ static void process_bits (uint64_t abs, uint64_t ptp) printf ("DCF77: Next minute is: %02d-%02d-%02d %02d:%02d\r\n", u.year, u.month, u.mday, u.hour, u.minute); time_print_epoch ("DCF77: ", e, dcf77_info); + meteotime_save(&u,bits); + dump_bits ("dcf77", bits); } -- cgit v1.2.3