Skip to content

Commit

Permalink
BTstack: disable I2S audio driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Jun 18, 2024
1 parent 3bf5b82 commit c1794be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,10 @@ CONFIG_BLUEPAD32_MAX_DEVICES=4
#CONFIG_BLUEPAD32_PLATFORM_MIGHTYMIGGY=y
#CONFIG_BLUEPAD32_PLATFORM_NINA=y
#CONFIG_BLUEPAD32_PLATFORM_UNIJOYSTICLE=y

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

0 comments on commit c1794be

Please sign in to comment.