mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-31 10:20:58 +00:00
esp32: enable audio driver by default on esp32, esp32c3 and esp32c6
This commit is contained in:
parent
c9822bc75b
commit
4b86d035e6
@ -61,6 +61,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
- HIDS Client: use error code instead of ATT status in connected event
|
- HIDS Client: use error code instead of ATT status in connected event
|
||||||
- Device Information Service Server: update for v1.2
|
- Device Information Service Server: update for v1.2
|
||||||
- Device Information Service Client: update for v1.2
|
- Device Information Service Client: update for v1.2
|
||||||
|
- esp32: enable audio driver by default on esp32, esp32c3 and esp32c6
|
||||||
|
|
||||||
## Release v1.6.1
|
## Release v1.6.1
|
||||||
|
|
||||||
|
@ -2,8 +2,12 @@ menu "BTstack Configuration"
|
|||||||
|
|
||||||
config BTSTACK_AUDIO
|
config BTSTACK_AUDIO
|
||||||
bool "I2S Audio driver"
|
bool "I2S Audio driver"
|
||||||
default y
|
default y if CONFIG_IDF_TARGET_ESP32
|
||||||
|
default y if CONFIG_IDF_TARGET_ESP32C3
|
||||||
|
default y if CONFIG_IDF_TARGET_ESP32S3
|
||||||
|
default n
|
||||||
help
|
help
|
||||||
Select this option to enable BTstack's default audio driver
|
Select this option to enable BTstack's audio driver
|
||||||
|
Enabled by default on ESP32, ESP32-C3 AND ESP32-S3
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user