-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Description
Related area
BT
Hardware specification
ESP32
Is your feature request related to a problem?
No related issues
Describe the solution you'd like
Our project uses the classic Bluetooth function. Some Android phones cannot adjust the volume. We asked for help from the idf-esp project and provided a modification patch. It can be used normally in the idf environment.
However, we encountered problems when compiling idf-esp into the arduino environment. We don’t know how to correctly compile the idf-esp project required by arduino. At present, we only need to compile the libbt.a package. The size compiled by cmake is inconsistent with the size of the idf-esp associated with the directly downloaded arduino.
We tried the following versions:
· idf-esp v4.4.7 corresponding to arduino-esp32 v2.0.17
· idf-esp v5.3.1 corresponding to arduino-esp32 v3.1.0 RC3
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.