12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
# default ESP target
|
|
CONFIG_IDF_TARGET="esp32s3"
|
|
|
|
# activate Bluetooth Low Energy (BLE)
|
|
CONFIG_BT_ENABLED=y
|
|
CONFIG_BT_NIMBLE_ENABLED=y
|
|
|
|
# Logging
|
|
CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y
|
|
CONFIG_LOG_DEFAULT_LEVEL=4
|
|
CONFIG_LOG_MAXIMUM_LEVEL=4
|