From 0d3c72428145c7cb094b2311364318e6bad5abe0 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 edf5dd001b..edb3b66cfd 100644 --- a/components/bt/esp_ble_mesh/Kconfig.in +++ b/components/bt/esp_ble_mesh/Kconfig.in @@ -269,7 +269,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