mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +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)
|
||||
{
|
||||
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 New Issue
Block a user