OpenRTX/platform/targets/ttwrplus/Kconfig.defconfig

20 wiersze
320 B
Plaintext

# LilyGo T-TWR Plus board configuration
# SPDX-License-Identifier: Apache-2.0
config BOARD
default "ttwrplus"
depends on BOARD_TTWRPLUS
config ENTROPY_GENERATOR
default y
config HEAP_MEM_POOL_SIZE
default 98304 if WIFI
default 40960 if BT
default 4096
choice BT_HCI_BUS_TYPE
default BT_ESP32 if BT
endchoice