869768902b
The powerswitch app was using old an older implementation of er-coap. This updates it.
15 lines
220 B
Makefile
15 lines
220 B
Makefile
ifndef TARGET
|
|
TARGET=seedeye
|
|
endif
|
|
|
|
all: remotepowerswitch
|
|
|
|
CONTIKI=../../../
|
|
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
|
|
|
|
APPS += er-coap
|
|
APPS += rest-engine
|
|
|
|
CONTIKI_WITH_IPV6 = 1
|
|
include $(CONTIKI)/Makefile.include
|