mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'featue/enable_openthread_ping_sender_module' into 'master'
openthread: enable ping sender module See merge request espressif/esp-idf!14984
This commit is contained in:
commit
0f00a17e17
@ -330,6 +330,16 @@
|
|||||||
*/
|
*/
|
||||||
#define OPENTHREAD_CONFIG_PLATFORM_USEC_TIMER_ENABLE 1
|
#define OPENTHREAD_CONFIG_PLATFORM_USEC_TIMER_ENABLE 1
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @def OPENTHREAD_CONFIG_PING_SENDER_ENABLE
|
||||||
|
*
|
||||||
|
* Define to 1 to enable ping sender module.
|
||||||
|
*
|
||||||
|
* Ping sender module implements sending ICMPv6 Echo Request messages and processing ICMPv6 Echo Reply messages.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
#define OPENTHREAD_CONFIG_PING_SENDER_ENABLE 1
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @def OPENTHREAD_CONFIG_DTLS_MAX_CONTENT_LEN
|
* @def OPENTHREAD_CONFIG_DTLS_MAX_CONTENT_LEN
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user