mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Defined wITH_COAP=1 to made COAP default rather than HTTP
This commit is contained in:
parent
f363140186
commit
b58e13f8e1
@ -7,7 +7,7 @@ CONTIKI=../..
|
|||||||
WITH_UIP6=1
|
WITH_UIP6=1
|
||||||
UIP_CONF_IPV6=1
|
UIP_CONF_IPV6=1
|
||||||
|
|
||||||
WITH_COAP = 0
|
WITH_COAP = 1
|
||||||
|
|
||||||
CFLAGS += -DPROJECT_CONF_H=1
|
CFLAGS += -DPROJECT_CONF_H=1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user