fixed some issues, added ota-update

This commit is contained in:
Marcus Priesch 2017-10-05 16:56:10 +02:00
parent 86596ac92f
commit 8c82ce0722
3 changed files with 65 additions and 54 deletions

View file

@ -46,7 +46,7 @@ SMALL=1
# REST Engine shall use Erbium CoAP implementation
APPS += er-coap
APPS += rest-engine
APPS += arduino
APPS += arduino json-resource json ota-update
include $(CONTIKI)/Makefile.include
include $(CONTIKI)/apps/arduino/Makefile.include