Skip to content
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

VERSION of ESP-IDF for example of ttgo demo #19

Open
ImranKhanPrince opened this issue Feb 13, 2024 · 3 comments
Open

VERSION of ESP-IDF for example of ttgo demo #19

ImranKhanPrince opened this issue Feb 13, 2024 · 3 comments

Comments

@ImranKhanPrince
Copy link

Which version of esp-idf do i use for the ttgo demo example to compile seamlessly. I've tried version 5 and there is a lot of component and api related error
also do u have any plan to migrate into the latest stable version of esp-idf?

Thanks.

@REEASD
Copy link

REEASD commented Feb 18, 2024

I have the same problem.

@PuceBaboon
Copy link

Check down near the bottom of Issue #2 (Final link can not find sysconf) for the instructions on how to use a docker container to build with the required IDF. I'm no expert (especially with docker), but I just completed the esp-opencv build and the ttgo-demo builds using those instructions a couple of minutes ago (Feb 25th 2024).

One thing I would emphasize is that the "docker run" command line should end with -it espressif/idf:release-v4.2 (that final ":release-v4.2" is missing from the instructions and will cause docker to re-download the whole 1GB all over again, with possibly a non-working "latest version").

@SolomonLeon
Copy link

I'm using the esp-idf v4.4.3. There are many breaking changes in esp-idf v5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants