Skip to content

Commit

Permalink
BTstack: disable audio driver for ESP32-C6
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Jun 18, 2024
1 parent b499f31 commit 3bf5b82
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/esp32/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ CONFIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS=y
CONFIG_BLUEPAD32_MAX_DEVICES=4
CONFIG_BLUEPAD32_PLATFORM_CUSTOM=y

#
# BTstack options
# Needs to be disabled for ESP32-C6
# See: https://github.com/bluekitchen/btstack/issues/599
#
CONFIG_BTSTACK_AUDIO=n

#
# Add here other options
#

0 comments on commit 3bf5b82

Please sign in to comment.