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 4e4378a765
commit 4247876b36

View File

@@ -572,6 +572,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