Skip to content

Commit

Permalink
Include dtls config
Browse files Browse the repository at this point in the history
  • Loading branch information
SJ committed Nov 12, 2019
1 parent 84e346f commit ba3d3f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ USEMODULE += shell_commands
# additional modules for debugging:
USEMODULE += ps

#choose tiny dtls stack
#if errors, disable
USEMODULE += tinydtls_sock_dtls
CFLAGS += -DDTLS_PSK
# when using plain CoAP. Uncomment the next line to fix this.
CFLAGS += -DGCOAP_PDU_BUF_SIZE=256

# Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the
# development process:
Expand Down

0 comments on commit ba3d3f5

Please sign in to comment.