From 71612fd6a49cacdab2452b30174cff89c2a3e144 Mon Sep 17 00:00:00 2001 From: dak664 Date: Mon, 7 Feb 2011 15:12:54 -0500 Subject: [PATCH] Replace file, some problem with my local master line endings. --- platform/avr-raven/apps/raven-webserver/httpd-cgi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/avr-raven/apps/raven-webserver/httpd-cgi.c b/platform/avr-raven/apps/raven-webserver/httpd-cgi.c index 528407a88..f78bc875e 100644 --- a/platform/avr-raven/apps/raven-webserver/httpd-cgi.c +++ b/platform/avr-raven/apps/raven-webserver/httpd-cgi.c @@ -122,12 +122,14 @@ void web_set_temp(char *s) { strcpy(sensor_temperature, s); +// printf_P(PSTR("got temp")); last_tempupdate=seconds; } void web_set_voltage(char *s) { strcpy(sensor_extvoltage, s); +// printf_P(PSTR("got volts")); last_extvoltageupdate=seconds; }