The IPv4 examples work much better with the cxmac power-saving radio protocol; added Makefile flag to get the non-cfs HTTP server
This commit is contained in:
parent
36db5eb70b
commit
1fdfc6fe60
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
CONTIKI_PROJECT = sky-webserver
|
CONTIKI_PROJECT = sky-webserver
|
||||||
all: $(CONTIKI_PROJECT)
|
all: $(CONTIKI_PROJECT)
|
||||||
|
PLATFORM_BUILD=1 # This is needed to avoid the shell to include the httpd-cfs version of the websrerver
|
||||||
APPS = webserver twitter telnetd
|
APPS = webserver twitter telnetd
|
||||||
CFLAGS = -DWITH_UIP=1 -I. #-DWITH_NULLMAC=1
|
CFLAGS = -DWITH_UIP=1 -I. #-DWITH_NULLMAC=1
|
||||||
|
DEFINES=MAC_DRIVER=cxmac_driver,MAC_CONF_CHANNEL_CHECK_RATE=8
|
||||||
|
|
||||||
# The webserver application normally contains a built-in file system and support
|
# The webserver application normally contains a built-in file system and support
|
||||||
# for server-side includes.
|
# for server-side includes.
|
||||||
|
|
Loading…
Reference in a new issue