-
Notifications
You must be signed in to change notification settings - Fork 41
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
[FIRMWARE] Firmware incompatible with latest version of the esp-idf #3
Comments
@maximekli and @AlexisPotier are working on this |
pending #63 addresses this this issue |
As #63 got merged, is this still required? I tried to compile with the latest 4.1 release of esp-idf but it failed. |
@maximekli did update the code for esp-idf v4 and above, but we measured a slightly degraded communication performances, so we decided to keep the v3 for now.. |
SDK: fix a few warnings
Closing this issue for now, as we won't fix before we prove new espidf performs as well as what we have now. (maybe v5?) |
A temporary solution is to use this commit of the esp-idf:
git checkout 8d1a9c07a0ff90acc3bad7143ce5154774ec1643
git submodule update --init --recursive
We need to adapt to the new HAL of the ESP32...
The text was updated successfully, but these errors were encountered: