mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
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)
|
web_set_temp(char *s)
|
||||||
{
|
{
|
||||||
strcpy(sensor_temperature, s);
|
strcpy(sensor_temperature, s);
|
||||||
|
// printf_P(PSTR("got temp"));
|
||||||
last_tempupdate=seconds;
|
last_tempupdate=seconds;
|
||||||
}
|
}
|
||||||
void
|
void
|
||||||
web_set_voltage(char *s)
|
web_set_voltage(char *s)
|
||||||
{
|
{
|
||||||
strcpy(sensor_extvoltage, s);
|
strcpy(sensor_extvoltage, s);
|
||||||
|
// printf_P(PSTR("got volts"));
|
||||||
last_extvoltageupdate=seconds;
|
last_extvoltageupdate=seconds;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user