Replace file, some problem with my local master line endings.

This commit is contained in:
dak664 2011-02-07 15:12:54 -05:00
parent b33b89216f
commit 71612fd6a4

View file

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