From 00d6c55aa4c8e002eba370a309223bfb9d0d2b68 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Thu, 4 Oct 2018 00:27:36 -0700 Subject: [PATCH] [openthread] enable coaps feature (#1851) --- projects/openthread/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/openthread/build.sh b/projects/openthread/build.sh index ac4f7607d..691ef32a6 100755 --- a/projects/openthread/build.sh +++ b/projects/openthread/build.sh @@ -20,6 +20,7 @@ ./configure \ --enable-fuzz-targets \ --enable-application-coap \ + --enable-application-coap-secure \ --enable-border-agent \ --enable-border-router \ --enable-cert-log \