-
Notifications
You must be signed in to change notification settings - Fork 7.6k
cannot use arduino libs, reports version 5.0.0 of the idf. (IDFGH-6250) #5899
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @DigKleppe, ESP-IDF v4.0.4 is the last bugfix update for ESP-IDF v4.0. ESP-IDF v4.3.1 is the latest stable release of ESP-IDF at time of writing. (Unfortunately Github UI labels 4.0.4 release as "latest", simply because that's the latest release in chronological order which we did. However 4.3.1 is the "newest" stable release in terms of version numbers, even though it was done before 4.0.4...) You can learn more about different ESP-IDF versions (including stable releases, pre-releases, and release branches) here: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/versions.html. Until v4.4 version is officially released, to use arduino-esp32 as an IDF component, you'll need to check out release/v4.4 branch. You can do this by following these instructions: https://docs.espressif.com/projects/esp-idf/en/release-v4.4/esp32/versions.html#updating-to-a-release-branch. Please use |
same as #5819 |
@DigKleppe Did you solve your problem with using proposed versions? Thanks for update! |
It works OK now, thanks. |
WIth the master branch cmake reports 5.0.0 instead of 4.4(?)
The latest release is 4.0.4 ( not 4.4 ? i am a little confused)
With this release also troubles: (I have copied arduino in the idf folder)
` CMake Error at
/home/dig/esp/esp-idf-v4.0.4/components/arduino/CMakeLists.txt:14
(message):
`
Can I fool something to make arduino libs work?
The text was updated successfully, but these errors were encountered: