fix(ble): fixed ble log config for ESP32-C3/ESP32-S3

This commit is contained in:
Zhou Xiao
2025-09-16 19:43:03 +08:00
parent 1e7afa2e29
commit 109cd816f7

View File

@@ -570,6 +570,7 @@ menu "Controller debug log Options (Experimental)"
config BT_CTRL_LE_LOG_MODE_BLE_LOG_V2 config BT_CTRL_LE_LOG_MODE_BLE_LOG_V2
bool "Utilize BLE Log v2 for controller log" bool "Utilize BLE Log v2 for controller log"
depends on BT_CTRL_LE_LOG_EN depends on BT_CTRL_LE_LOG_EN
depends on BLE_LOG_ENABLED
default y default y
help help
Utilize BLE Log v2 for controller log Utilize BLE Log v2 for controller log