updated sdkconfig defaults

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-05-07 09:26:07 +02:00
parent 5e9e8fa34f
commit 33e3820fc1

View File

@@ -1,6 +1,11 @@
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) 5.2.1 Project Minimal Configuration
#
# 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