From 489033d8e3ddc1744c23fd649d418fa918d41120 Mon Sep 17 00:00:00 2001 From: zhangwenxu Date: Fri, 27 Aug 2021 21:23:33 +0800 Subject: [PATCH] openthread: enable ping sender module --- .../openthread-core-esp32x-ftd-config.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/components/openthread/private_include/openthread-core-esp32x-ftd-config.h b/components/openthread/private_include/openthread-core-esp32x-ftd-config.h index 254672aa88..07a6bdc754 100644 --- a/components/openthread/private_include/openthread-core-esp32x-ftd-config.h +++ b/components/openthread/private_include/openthread-core-esp32x-ftd-config.h @@ -330,6 +330,16 @@ */ #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 *