Merge branch 'feature/use_nimble_host_by_default_for_esp32c2' into 'master'

fixed default build error in blufi example when use nimble host

See merge request espressif/esp-idf!19992
pull/9803/head
Jiang Jiang Jian 2022-09-14 14:15:17 +08:00
commit 7232c0e493
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -3,9 +3,10 @@
#
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
CONFIG_BT_ENABLED=y
CONFIG_BT_BLE_BLUFI_ENABLE=y
CONFIG_BT_NIMBLE_BLUFI_ENABLE=y
# CONFIG_BT_GATTC_ENABLE is not set
# CONFIG_BT_BLE_SMP_ENABLE is not set
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_MBEDTLS_DHM_C=y
CONFIG_BT_NIMBLE_ENABLED=y