sdkconfig.defaults 426 B

123456789101112131415161718
  1. # Override some defaults so BT stack is enabled
  2. # in this example
  3. #
  4. # Partition Table
  5. # (It's possible to fit Blufi in 1MB app partition size with some other optimizations, but
  6. # default config is close to 1MB.)
  7. CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
  8. #
  9. # BT config
  10. #
  11. CONFIG_BT_ENABLED=y
  12. CONFIG_BT_GATTC_ENABLE=n
  13. CONFIG_BT_BLE_SMP_ENABLE=n
  14. CONFIG_BT_BLE_BLUFI_ENABLE=y
  15. CONFIG_MBEDTLS_HARDWARE_MPI=n
  16. CONFIG_MBEDTLS_DHM_C=y