mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-19 09:23:21 +03:00
change(ble_log): reverted default ble log buffer size to 2048 bytes
This commit is contained in:
@@ -17,8 +17,7 @@ if BLE_LOG_ENABLED
|
||||
|
||||
config BLE_LOG_LBM_TRANS_BUF_SIZE
|
||||
int "Total buffer memory per common LBM (bytes)"
|
||||
default 2048 if BT_BLUEDROID_ENABLED
|
||||
default 4096 if BT_NIMBLE_ENABLED
|
||||
default 2048
|
||||
help
|
||||
Total buffer memory allocated for each common pool log buffer
|
||||
manager (LBM). This memory is divided equally among internal
|
||||
|
||||
Reference in New Issue
Block a user