From 18c753ba6773a01e6df9c4e83f2ae2bcda8e7dec Mon Sep 17 00:00:00 2001 From: lly Date: Sat, 10 Oct 2020 11:05:29 +0800 Subject: [PATCH] ble_mesh: stack: Make mesh buf debug option invisible --- components/bt/esp_ble_mesh/Kconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/esp_ble_mesh/Kconfig.in b/components/bt/esp_ble_mesh/Kconfig.in index 74effa6551..300e97eaaf 100644 --- a/components/bt/esp_ble_mesh/Kconfig.in +++ b/components/bt/esp_ble_mesh/Kconfig.in @@ -252,7 +252,7 @@ if BLE_MESH advertising bearer. config BLE_MESH_NET_BUF_POOL_USAGE - bool "BLE Mesh net buffer pool usage tracking" + bool default y help Enable BLE Mesh net buffer pool tracking. This option is used to introduce another