split between to device to have bluetooth or usb otg function.
This commit is contained in:
+5
-17
@@ -1,6 +1,6 @@
|
||||
# ESP32-S3 Bluetooth SIP Client - Default Configuration
|
||||
# ESP32-S3 Bluetooth SIP Client - USB Headset Version
|
||||
# Target: ESP32-S3 (nur USB Headsets, kein Bluetooth Classic)
|
||||
|
||||
# Target: ESP32-S3
|
||||
CONFIG_IDF_TARGET="esp32s3"
|
||||
|
||||
# Flash Größe
|
||||
@@ -13,22 +13,10 @@ CONFIG_ESP32S3_SPIRAM_SUPPORT=y
|
||||
CONFIG_SPIRAM_MODE_OCT=y
|
||||
CONFIG_SPIRAM_SPEED_80M=y
|
||||
|
||||
# Bluetooth aktivieren
|
||||
CONFIG_BT_ENABLED=y
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
CONFIG_BT_CLASSIC_ENABLED=y
|
||||
CONFIG_BT_A2DP_ENABLE=y
|
||||
CONFIG_BT_HFP_ENABLE=y
|
||||
CONFIG_BT_HFP_AG_ENABLE=y
|
||||
CONFIG_BT_HFP_CLIENT_ENABLE=y
|
||||
CONFIG_BT_SSP_ENABLED=y
|
||||
CONFIG_BT_BLE_ENABLED=y
|
||||
# Bluetooth deaktiviert (ESP32-S3 hat kein Bluetooth Classic)
|
||||
CONFIG_BT_ENABLED=n
|
||||
|
||||
# Bluetooth Controller
|
||||
CONFIG_BTDM_CTRL_MODE_BTDM=y
|
||||
CONFIG_BTDM_CTRL_HCI_MODE_VHCI=y
|
||||
|
||||
# USB Host
|
||||
# USB Host für USB Headsets
|
||||
CONFIG_USB_OTG_SUPPORTED=y
|
||||
CONFIG_USB_HOST_CONTROL_TRANSFER_MAX_SIZE=1024
|
||||
|
||||
|
||||
Reference in New Issue
Block a user