Skip to content

Commit

Permalink
1、【增加】CoAP 选项。
Browse files Browse the repository at this point in the history
Signed-off-by: armink <[email protected]>
  • Loading branch information
armink committed Dec 13, 2017
1 parent 158a532 commit 9f6e84a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mg_locals.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@
#define MG_ENABLE_MQTT 0
#endif

#if defined(PKG_MONGOOSE_ENABLE_COAP)
#define MG_ENABLE_COAP 1
#else
#define MG_ENABLE_COAP 0
#endif

#if defined(PKG_MONGOOSE_ENABLE_HEXDUMP)
#define MG_ENABLE_HEXDUMP 1
#else
Expand Down

0 comments on commit 9f6e84a

Please sign in to comment.