Skip to content

Commit

Permalink
ESP-IDF patches for BT AVRCP on release/v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
avsheth committed Dec 9, 2019
1 parent 8d23e83 commit 1b6ba7a
Show file tree
Hide file tree
Showing 3 changed files with 4,980 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README-Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ $ make -j 8 flash monitor [ALEXA_BT=1]

## Enabling BT A2DP Sink support (Only for Alexa)
* In order to enable BT A2DP sink feature, please pass `ALEXA_BT=1` as command-line argument to make.
* Additional patches from idf_patches directory needs to be applied on ESP-IDF release/v3.2 branch using below commands:
* git am </path/to/idf_patches/component-bt-implement-AVRCP-Target-APIs.patch>
* git am </path/to/idf_patches/components-bt-Add-AVRCP-feature-about-volume.patch>

# Upgrading from Previous Release
Please skip this section if you are using the SDK for the first time.
Expand Down
Loading

0 comments on commit 1b6ba7a

Please sign in to comment.