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; }