Replies: 2 comments
-
It's not very clear what you want to achieve. Do you want to compile custom ESP-IDF libs for use in Arduino, or use Arduino as part of IDF?
For Arduino v3.1.x you need to use the |
Beta Was this translation helpful? Give feedback.
0 replies
-
need to compile custom ESP-IDF libs for use in Arduino |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions