386d708b56
Fixed blocksize calculation when REST_MAX_CHUNK_SIZE != 2^x. Added example for block1 + separate + block2.
5 lines
231 B
Makefile
Executable File
5 lines
231 B
Makefile
Executable File
er-coap_src = er-coap.c er-coap-engine.c er-coap-transactions.c er-coap-observe.c er-coap-separate.c er-coap-res-well-known-core.c er-coap-block1.c
|
|
|
|
# Erbium will implement the REST Engine
|
|
CFLAGS += -DREST=coap_rest_implementation
|