17 lines
375 B
Plaintext
17 lines
375 B
Plaintext
CONFIG_IDF_TARGET="esp32c6"
|
|
|
|
# libsodium
|
|
CONFIG_LIBSODIUM_USE_MBEDTLS_SHA=y
|
|
|
|
# NIMBLE
|
|
# CONFIG_BT_NIMBLE_EXT_ADV is not set
|
|
CONFIG_BT_NIMBLE_HCI_EVT_BUF_SIZE=70
|
|
# CONFIG_USE_BLE_ONLY_FOR_COMMISSIONING is not set
|
|
|
|
# FreeRTOS should use legacy API
|
|
CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY=y
|
|
|
|
# Use minimal mDNS
|
|
CONFIG_USE_MINIMAL_MDNS=y
|
|
CONFIG_ENABLE_EXTENDED_DISCOVERY=y
|