flash led on tcp get, fix pingbacks on rpl build, patch web data for params

This commit is contained in:
David Kopf 2011-08-31 12:13:31 -04:00
parent dfdae5b02b
commit 3520cc0bae
3 changed files with 18 additions and 5 deletions

View file

@ -459,6 +459,10 @@ httpd_appcall(void *state)
if (1) {
#else
struct httpd_state *s = (struct httpd_state *)state;
#if RF230BB_CONF_LEDONPORTE1
extern uint16_t ledtimer;
PORTE|=(1<<PE1);ledtimer=1000; //turn on led, set counter for turnoff
#endif
if(uip_closed() || uip_aborted() || uip_timedout()) {
if(s != NULL) {
memb_free(&conns, s);