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
I can compile without issues using arduino-esp32 based on ESP-IDF 4.4, but have a lot of error when try to use the same code with some version (3.x.x) based on ESP-IDF 5.x.
My guess is some code is not compatible with the new standard GNU++17 used by GCC 11.
Does anyone ported this code to new api version?
The text was updated successfully, but these errors were encountered:
Maybe I found the solution. I changed the menuIO/chainStream.h to the code below and successfully compiled using VSCode, ESP-IDF 5.1.4 and arduino-esp32 3.0.4. These are the latest versions, not tried with 3.1.0-rc1.
I can compile without issues using arduino-esp32 based on ESP-IDF 4.4, but have a lot of error when try to use the same code with some version (3.x.x) based on ESP-IDF 5.x.
My guess is some code is not compatible with the new standard GNU++17 used by GCC 11.
Does anyone ported this code to new api version?
The text was updated successfully, but these errors were encountered: