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/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app/Makefile') diff --git a/app/Makefile b/app/Makefile index 224f182..fddc03b 100644 --- a/app/Makefile +++ b/app/Makefile @@ -21,15 +21,17 @@ CPROTO=cproto PROG=clockv2 + LDSCRIPT = ${PROG}.ld V=1 default: ${PROG}.elf + CSRCS=led.c ticker.c ring.c usart.c stdio.c lwip_glue.c steth.c msf.c abs.c \ pll.c main.c time_fn.c ntp.c dcf77.c util.c stats.c gps.c hexdump.c bits.c \ max7219.c report.c sysclk.c cdcacm.c usb.c dfu.c adc.c dummy_kb.c ref.c \ - ptp.c display.c httpd.c alarm.c + ptp.c display.c httpd.c alarm.c meteotime.c HSRCS= events.h gps.h project.h ring.h steth.h time_fn.h ubx.h @@ -162,7 +164,7 @@ almanac: wget -O almanac.alp http://alp.u-blox.com/current_7d.alp -EXTRA_CLEAN=${OBJS} ${LWIP_OBJS:%.o=%.d} almanac.c +EXTRA_CLEAN=${OBJS} ${LWIP_OBJS:%.o=%.d} almanac.c *.orig tidy: astyle -A3 -s2 --attach-extern-c -L -c -w -Y -m0 -f -p -H -U -k3 -xj -xd ${CSRCS} ${HSRCS} -- cgit v1.2.3