Squeeze websense example
This commit is contained in:
parent
85322ce03b
commit
5a431482bf
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ CONTIKI=../../../..
|
||||||
WITH_UIP6=1
|
WITH_UIP6=1
|
||||||
UIP_CONF_IPV6=1
|
UIP_CONF_IPV6=1
|
||||||
|
|
||||||
|
SMALL=1
|
||||||
|
|
||||||
APPS += webserver webbrowser
|
APPS += webserver webbrowser
|
||||||
|
|
||||||
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
|
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#define __PROJECT_RPL_WEB_CONF_H__
|
#define __PROJECT_RPL_WEB_CONF_H__
|
||||||
|
|
||||||
#undef QUEUEBUF_CONF_NUM
|
#undef QUEUEBUF_CONF_NUM
|
||||||
#define QUEUEBUF_CONF_NUM 6
|
#define QUEUEBUF_CONF_NUM 4
|
||||||
|
|
||||||
#undef UIP_CONF_BUFFER_SIZE
|
#undef UIP_CONF_BUFFER_SIZE
|
||||||
#define UIP_CONF_BUFFER_SIZE 140
|
#define UIP_CONF_BUFFER_SIZE 140
|
||||||
|
|
Loading…
Reference in a new issue