You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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").
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.
The text was updated successfully, but these errors were encountered: