Closed agr closed 2 years ago
Hi @agr ,
hfp_hf
example build error because ESP32S3 doesn't support classic bluetooth.
If you want to know which chips are supported by the example, you can read the README of the example. For example hfp_hf | Supported Targets | ESP32 |
---|
Thanks
Environment
git describe --tags
to find it): v4.4-612-gd15b02fdb2xtensa-esp32-elf-gcc --version
to find it): xtensa-esp32-elf-gcc.exe (crosstool-NG esp-2021r2-patch3) 8.4.0Problem Description
Using VS Code I created a project from hfp_hf example. When targeted to esp32s3 it fails to build. I retrieved the latest code for release/v4.4 branch from git and tried building it directly in examples directory (i.e. without copying anything as VS Code does, purely in command line) and it fails with the same error (if I target esp32, it builds).
Expected Behavior
It builds.
Actual Behavior
It fails to build.
Steps to reproduce
Code to reproduce this issue
Just try building an example, no changes needed.
Build Logs