feat(coap): Add define "COAP_IPV6" to enable/disable IPv6 function

This commit is contained in:
Dong Heng
2018-10-10 19:25:47 +08:00
parent f8b212de5f
commit 919a5bf9ea
5 changed files with 14 additions and 0 deletions

View File

@ -36,6 +36,8 @@
#define CUSTOM_COAP_NETWORK_SEND
#define CUSTOM_COAP_NETWORK_READ
#define COAP_IPV6 LWIP_IPV6
#endif
#endif /* COAP_CONFIG_POSIX_H_ */