mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
Bugfix in page layout for mb851-websense example.
This commit is contained in:
parent
efffaac0ff
commit
7043c25cd9
@ -164,15 +164,13 @@ PT_THREAD(send_values(struct httpd_state *s))
|
|||||||
end_acc_chart();
|
end_acc_chart();
|
||||||
SEND_STRING(&s->sout, buf);
|
SEND_STRING(&s->sout, buf);
|
||||||
|
|
||||||
SEND_STRING(&s->sout, BOTTOM);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
if(s->filename[1] != 'a') {
|
if(s->filename[1] != 'a') {
|
||||||
generate_chart("Temperature", "Celsius", 10, 50, temperature);
|
generate_chart("Temperature", "Celsius", 10, 50, temperature);
|
||||||
SEND_STRING(&s->sout, buf);
|
SEND_STRING(&s->sout, buf);
|
||||||
|
|
||||||
SEND_STRING(&s->sout, BOTTOM);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SEND_STRING(&s->sout, BOTTOM);
|
||||||
}
|
}
|
||||||
|
|
||||||
PSOCK_END(&s->sout);
|
PSOCK_END(&s->sout);
|
||||||
|
Loading…
Reference in New Issue
Block a user