Arduino and IDF Version #302
-
How can I check what is the most suitable arduino-esp32 release for compiling the latest release of this library, the same for the ESP-IDF. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Sep 29, 2022
Replies: 1 comment
-
To find out the arduino-esp32 release, go to the -> Tools -> Board -> Board Manager and Enter ESP32 in the Filter. This will show you the installed version. But honestly it should not matter too much since all releases since 1.0.6 are supported by ESP32-A2DP. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To find out the arduino-esp32 release, go to the -> Tools -> Board -> Board Manager and Enter ESP32 in the Filter. This will show you the installed version.
The IDF Release you find in the Release Information: the https://github.com/espressif/arduino-esp32/releases/
But honestly it should not matter too much since all releases since 1.0.6 are supported by ESP32-A2DP.