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 fa41a06 commit d1a2e89
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 @@ -41,6 +41,13 @@ USEMODULE += netstats_l2
CFLAGS += -DGNRC_IPV6_NIB_CONF_SLAAC=1


#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 d1a2e89

Please sign in to comment.