Replace file, some problem with my local master line endings.
This commit is contained in:
parent
b33b89216f
commit
71612fd6a4
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue